From c7db489dcded02343efc8cda500ce4772272cb07 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Tue, 29 Nov 2016 11:58:34 -0500 Subject: [PATCH] update short test file --- cython/gtsam_short.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cython/gtsam_short.h b/cython/gtsam_short.h index b3859ac08..bf616a920 100644 --- a/cython/gtsam_short.h +++ b/cython/gtsam_short.h @@ -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;