update short test file
parent
5958b2397c
commit
c7db489dcd
|
|
@ -495,8 +495,8 @@ virtual class JacobianFactor : gtsam::GaussianFactor {
|
||||||
double error(const gtsam::VectorValues& c) const;
|
double error(const gtsam::VectorValues& c) const;
|
||||||
|
|
||||||
//Standard Interface
|
//Standard Interface
|
||||||
Matrix py_getA() const;
|
Matrix getA() const;
|
||||||
Vector py_getb() const;
|
Vector getb() const;
|
||||||
size_t rows() const;
|
size_t rows() const;
|
||||||
size_t cols() const;
|
size_t cols() const;
|
||||||
bool isConstrained() const;
|
bool isConstrained() const;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue