| _set(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| Base typedef | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
| coeff(Index rowId, Index colId) const | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| coeff(Index index) const | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| coeffRef(Index rowId, Index colId) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| coeffRef(Index index) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| coeffRef(Index rowId, Index colId) const | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| coeffRef(Index index) const | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| conservativeResize(Index rows, Index cols) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| conservativeResize(Index rows, NoChange_t) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| conservativeResize(NoChange_t, Index cols) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| conservativeResize(Index size) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| conservativeResizeLike(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| data() const | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| data() | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| lazyAssign(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| Matrix()=default | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Matrix(Matrix &&)=default | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Matrix(const Scalar &a0, const Scalar &a1, const Scalar &a2, const Scalar &a3, const ArgTypes &... args) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Matrix(const std::initializer_list< std::initializer_list< Scalar > > &list) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inlineexplicit |
| Matrix(const Scalar *data) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | explicit |
| Matrix(Index dim) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inlineexplicit |
| Matrix(const Scalar &x) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
| Matrix(Index rows, Index cols) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
| Matrix(const Scalar &x, const Scalar &y) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
| Matrix(const Scalar &x, const Scalar &y, const Scalar &z) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Matrix(const Scalar &x, const Scalar &y, const Scalar &z, const Scalar &w) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Matrix(const Matrix &)=default | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Matrix(const EigenBase< OtherDerived > &other) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| Matrix(const RotationBase< OtherDerived, ColsAtCompileTime > &r) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | explicit |
| operator=(const Matrix &other) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| operator=(const EigenBase< OtherDerived > &other) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| operator=(Matrix &&other) noexcept(std::is_nothrow_move_assignable< Scalar >::value) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | inline |
| operator=(const RotationBase< OtherDerived, ColsAtCompileTime > &r) | Eigen::Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > | |
| Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::operator=(const PlainObjectBase &other) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > >::operator=(PlainObjectBase &&other) noexcept | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| PlainObjectBase(PlainObjectBase &&)=default | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| PlainObjectBase(const PlainObjectBase &)=default | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| PlainObjectBase(const Scalar &a0, const Scalar &a1, const Scalar &a2, const Scalar &a3, const ArgTypes &... args) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| PlainObjectBase(const std::initializer_list< std::initializer_list< Scalar > > &list) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineexplicitprotected |
| PlainObjectBase(const DenseBase< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| PlainObjectBase(const EigenBase< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| PlainObjectBase(const ReturnByValue< OtherDerived > &other) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inlineprotected |
| resize(Index rows, Index cols) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| resize(Index size) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| resize(NoChange_t, Index cols) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| resize(Index rows, NoChange_t) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| resizeLike(const EigenBase< OtherDerived > &_other) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setConstant(Index size, const Scalar &val) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setConstant(Index rows, Index cols, const Scalar &val) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setConstant(NoChange_t, Index cols, const Scalar &val) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setConstant(Index rows, NoChange_t, const Scalar &val) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setOnes(Index size) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setOnes(Index rows, Index cols) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setOnes(NoChange_t, Index cols) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setOnes(Index rows, NoChange_t) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setRandom(Index size) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setRandom(Index rows, Index cols) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setRandom(NoChange_t, Index cols) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setRandom(Index rows, NoChange_t) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setZero(Index size) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setZero(Index rows, Index cols) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setZero(NoChange_t, Index cols) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |
| setZero(Index rows, NoChange_t) | Eigen::PlainObjectBase< Matrix< Scalar_, Rows_, Cols_, Options_, MaxRows_, MaxCols_ > > | inline |