Wrapped ISAM2 copy constructor in MATLAB

release/4.3a0
Richard Roberts 2013-03-13 18:17:45 +00:00
parent 6111c099ab
commit 74bb1ff9ae
1 changed files with 1 additions and 0 deletions

View File

@ -1854,6 +1854,7 @@ typedef gtsam::BayesTree<gtsam::GaussianConditional, gtsam::ISAM2Clique> ISAM2Ba
virtual class ISAM2 : gtsam::ISAM2BayesTree { virtual class ISAM2 : gtsam::ISAM2BayesTree {
ISAM2(); ISAM2();
ISAM2(const gtsam::ISAM2Params& params); ISAM2(const gtsam::ISAM2Params& params);
ISAM2(const gtsam::ISAM2& other);
bool equals(const gtsam::ISAM2& other, double tol) const; bool equals(const gtsam::ISAM2& other, double tol) const;
void print(string s) const; void print(string s) const;