| ConstReference typedef | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| CopyFrom(const MatrixExpression< T, R, C, E > &expression) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| Invert() | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| MakeConstant(ValueType val) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | static |
| MakeConstant(size_t rows, size_t cols, ValueType val) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | static |
| MakeIdentity() | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | static |
| MakeIdentity(size_t rows) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | static |
| MakeRotationMatrix(T rad) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | static |
| MakeRotationMatrix(const MatrixExpression< T, R, C, E > &axis, T rad) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | static |
| MakeScaleMatrix(ValueType first, Args... rest) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | static |
| MakeScaleMatrix(const MatrixExpression< T, R, C, E > &expression) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | static |
| MakeTranslationMatrix(const MatrixExpression< T, R, C, E > &t) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | static |
| MakeZero() | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | static |
| MakeZero(size_t rows, size_t cols) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | static |
| MatrixDenseBase()=default | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | protected |
| Normalize() | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| operator()(size_t i, size_t j) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| operator()(size_t i, size_t j) const | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| operator=(const MatrixExpression< T, R, C, E > &expression) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| operator=(const MatrixExpression< T, R, C, E > &expression) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| Reference typedef | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| SetColumn(size_t j, const MatrixExpression< T, R, C, E > &col) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| SetDiagonal(ConstReference val) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| SetOffDiagonal(ConstReference val) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| SetRow(size_t i, const MatrixExpression< T, R, C, E > &row) | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| Transpose() | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |
| ValueType typedef | CubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived > | |