add comment about matlab not having iteration hook

release/4.3a0
Gerry Chen 2022-03-08 10:13:48 -05:00
parent 5f601f76d5
commit ddca736c7b
No known key found for this signature in database
GPG Key ID: E9845092D3A57286
1 changed files with 1 additions and 0 deletions

View File

@ -404,6 +404,7 @@ virtual class NonlinearOptimizerParams {
bool isCholmod() const;
bool isIterative() const;
// This only applies to python since matlab does not have lambda machinery.
gtsam::NonlinearOptimizerParams::IterationHook iterationHook;
};