Added example namespace function to gtsam - works in matlab
parent
b7c2177f0b
commit
5d008d43fa
3
gtsam.h
3
gtsam.h
|
@ -85,6 +85,9 @@ namespace gtsam {
|
|||
// base
|
||||
//*************************************************************************
|
||||
|
||||
/** gtsam namespace functions */
|
||||
bool linear_independent(Matrix A, Matrix B, double tol);
|
||||
|
||||
virtual class Value {
|
||||
// No constructors because this is an abstract class
|
||||
|
||||
|
|
Loading…
Reference in New Issue