update short test file

release/4.3a0
Duy-Nguyen Ta 2016-11-29 11:58:34 -05:00
parent 5958b2397c
commit c7db489dcd
1 changed files with 2 additions and 2 deletions

View File

@ -495,8 +495,8 @@ virtual class JacobianFactor : gtsam::GaussianFactor {
double error(const gtsam::VectorValues& c) const;
//Standard Interface
Matrix py_getA() const;
Vector py_getb() const;
Matrix getA() const;
Vector getb() const;
size_t rows() const;
size_t cols() const;
bool isConstrained() const;