diff --git a/gtsam/linear/Preconditioner.h b/gtsam/linear/Preconditioner.h index 10ceb78a9..61df4414d 100644 --- a/gtsam/linear/Preconditioner.h +++ b/gtsam/linear/Preconditioner.h @@ -151,6 +151,10 @@ public: const std::map &lambda ) ; + // Should be removed after test + double* getBuffer() { + return buffer_; + } protected: void clean() ;