use Eigen's predefined RowVector typedef
parent
ac6f10ea74
commit
593795f65b
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
typedef Eigen::Matrix<double,1,Eigen::Dynamic> RowVector;
|
typedef Eigen::RowVectorXd RowVector;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class defines Linear constraints by inherit Base
|
* This class defines Linear constraints by inherit Base
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue