Base typedef | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | |
Matrix() | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | inlineexplicit |
Matrix(Index dim) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | inlineexplicit |
Matrix(Index rows, Index cols) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | |
Matrix(const Scalar &x, const Scalar &y) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | |
Matrix(const Scalar &x, const Scalar &y, const Scalar &z) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | inline |
Matrix(const Scalar &x, const Scalar &y, const Scalar &z, const Scalar &w) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | inline |
Matrix(const MatrixBase< OtherDerived > &other) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | inline |
Matrix(const Matrix &other) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | inline |
Matrix(const ReturnByValue< OtherDerived > &other) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | inline |
Matrix(const EigenBase< OtherDerived > &other) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | inline |
Matrix(const RotationBase< OtherDerived, ColsAtCompileTime > &r) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | explicit |
operator=(const Matrix &other) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | inline |
operator=(const EigenBase< OtherDerived > &other) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | inline |
operator=(const RotationBase< OtherDerived, ColsAtCompileTime > &r) | Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > | |