10 #ifndef _IIT_RBD__STATE_DEPENDENT_MATRIX_H_ 11 #define _IIT_RBD__STATE_DEPENDENT_MATRIX_H_ 35 template<
class State,
int Rows,
int Cols,
class ActualMatrix>
38 public PlainMatrix<typename State::Scalar, Rows, Cols>
43 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
45 typedef typename Base::Scalar
Scalar;
47 typedef typename Base::Index
Index;
54 template<
typename OtherDerived>
56 this->Base::operator=(other);
61 using MatrixType::operator();
62 using MatrixType::setZero;
Definition: StateDependentMatrix.h:36
Base::Index Index
Definition: StateDependentMatrix.h:47
Definition: StateDependentBase.h:32
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef Base::Scalar Scalar
Definition: StateDependentMatrix.h:45
StateDependentMatrix()
Definition: StateDependentMatrix.h:51
Base MatrixType
Definition: StateDependentMatrix.h:49
~StateDependentMatrix()
Definition: StateDependentMatrix.h:52
Eigen::MatrixBase< Derived > MatrixBase
Definition: rbd.h:51
StateDependentMatrix & operator=(const MatrixBase< OtherDerived > &other)
Definition: StateDependentMatrix.h:55
Eigen::Matrix< Scalar, R, C > PlainMatrix
Definition: rbd.h:54