![]() |
Eigen
3.3.3
|
Base class for triangular part in a matrix.
Public Types | |
enum | { , SizeAtCompileTime } |
Public Member Functions | |
Index | cols () const |
template<typename Other > | |
void | copyCoeff (Index row, Index col, Other &other) |
template<typename DenseDerived > | |
void | evalTo (MatrixBase< DenseDerived > &other) const |
template<typename DenseDerived > | |
void | evalToLazy (MatrixBase< DenseDerived > &other) const |
Index | rows () const |
anonymous enum |
Index Eigen::TriangularBase< Derived >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::EigenBase< Derived >.
Reimplemented in Eigen::SelfAdjointView< _MatrixType, UpLo >.
void Eigen::TriangularBase< Derived >::copyCoeff | ( | Index | row, |
Index | col, | ||
Other & | other | ||
) | [inline] |
void Eigen::TriangularBase< Derived >::evalTo | ( | MatrixBase< DenseDerived > & | other | ) | const |
Assigns a triangular or selfadjoint matrix to a dense matrix. If the matrix is triangular, the opposite part is set to zero.
void Eigen::TriangularBase< Derived >::evalToLazy | ( | MatrixBase< DenseDerived > & | other | ) | const |
Assigns a triangular or selfadjoint matrix to a dense matrix. If the matrix is triangular, the opposite part is set to zero.
Index Eigen::TriangularBase< Derived >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::EigenBase< Derived >.
Reimplemented in Eigen::SelfAdjointView< _MatrixType, UpLo >.