![]() |
Eigen
3.3.9
|
#include <Eigen/src/Core/TriangularMatrix.h>
Expression of a triangular part in a matrix.
| MatrixType | the type of the object in which we are taking the triangular part |
| Mode | the kind of triangular matrix expression to construct. Can be Upper, Lower, UnitUpper, UnitLower, StrictlyUpper, or StrictlyLower. This is in fact a bit field; it must have either Upper or Lower, and additionally it may have UnitDiag or ZeroDiag or neither. |
This class represents a triangular part of a matrix, not necessarily square. Strictly speaking, for rectangular matrices one should speak of "trapezoid" parts. This class is the return type of MatrixBase::triangularView() and SparseMatrixBase::triangularView(), and most of the time this is the only way it is used.
Public Member Functions | |
| const AdjointReturnType | adjoint () const |
| Index | cols () const |
| const ConjugateReturnType | conjugate () const |
| Scalar | determinant () const |
| NestedExpression & | nestedExpression () |
| const NestedExpression & | nestedExpression () const |
| Index | rows () const |
| SelfAdjointView< MatrixTypeNestedNonRef, Mode > | selfadjointView () |
| const SelfAdjointView< MatrixTypeNestedNonRef, Mode > | selfadjointView () const |
| TransposeReturnType | transpose () |
| const ConstTransposeReturnType | transpose () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
This is a shortcut for
|
inline |
This is the const version of selfadjointView()
|
inline |
|
inline |