Skip to content

Commit

Permalink
kill methods with same name in favor of using variables directly
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Oct 16, 2024
1 parent 38b5dd5 commit f5f7590
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gtsam/linear/ConjugateGradientSolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ struct GTSAM_EXPORT ConjugateGradientParameters
blas_kernel(GTSAM) {}

#ifdef GTSAM_ALLOW_DEPRECATED_SINCE_V43
/* general interface */
inline size_t minIterations() const { return minIterations; }
inline size_t maxIterations() const { return maxIterations; }
inline size_t reset() const { return reset; }
inline double epsilon() const { return epsilon_rel; }
inline double epsilon_rel() const { return epsilon_rel; }
inline double epsilon_abs() const { return epsilon_abs; }

inline size_t getMinIterations() const { return minIterations; }
inline size_t getMaxIterations() const { return maxIterations; }
inline size_t getReset() const { return reset; }
Expand Down

0 comments on commit f5f7590

Please sign in to comment.