parameters for iterative linear solvers
|
|
| IterativeOptimizationParameters (Verbosity v=SILENT) |
|
Verbosity | verbosity () const |
|
GTSAM_EXPORT std::string | getVerbosity () const |
|
GTSAM_EXPORT void | setVerbosity (const std::string &s) |
|
GTSAM_EXPORT void | print () const |
|
virtual GTSAM_EXPORT void | print (std::ostream &os) const |
|
virtual GTSAM_EXPORT bool | equals (const IterativeOptimizationParameters &other, double tol=1e-9) const |
|
|
static GTSAM_EXPORT Verbosity | verbosityTranslator (const std::string &s) |
|
static GTSAM_EXPORT std::string | verbosityTranslator (Verbosity v) |
|
| enum | Verbosity { SILENT = 0
, COMPLEXITY
, ERROR
} |
|
typedef std::shared_ptr< IterativeOptimizationParameters > | shared_ptr |
|
|
GTSAM_EXPORT friend std::ostream & | operator<< (std::ostream &os, const IterativeOptimizationParameters &p) |
The documentation for this class was generated from the following files: