G+Smo
24.08.0
Geometry + Simulation Modules
|
Creates a mapped object or data pointer to a vector without copying data.
This allows for re-indexing the matrix. No copying is taking place and the original matrix remains untached.
T | coefficient type |
Public Member Functions | |
void | colMinor (index_t j, ColMinorMatrixType &result) const |
void | firstMinor (index_t i, index_t j, FirstMinorMatrixType &result) const |
void | rowMinor (index_t i, RowMinorMatrixType &result) const |
|
inlineinherited |
Returns the jth column minor, i.e. the matrix after removing row j from the matrix. After the operation the column size of the matrix is one less.
|
inlineinherited |
Returns the (i,j)-minor, i.e. the matrix after removing row i and column j from the matrix. After the operation the row and column size of the matrix is one less.
|
inlineinherited |
Returns the ith row minor, i.e. the matrix after removing row i from the matrix. After the operation the row size of the matrix is one less.