MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / matrixU

Method matrixU

include/Eigen/src/SparseLU/SparseLU.h:284–286  ·  view source on GitHub ↗

\brief Give the MatrixU * * \returns an expression of the matrix U, * The only operation available with this expression is the triangular solve * \code * y = b; matrixU().solveInPlace(y); * \endcode */

Source from the content-addressed store, hash-verified

282 * \endcode
283 */
284 SparseLUMatrixUReturnType<SCMatrix, Map<SparseMatrix<Scalar, ColMajor, StorageIndex>>> matrixU() const {
285 return SparseLUMatrixUReturnType<SCMatrix, Map<SparseMatrix<Scalar, ColMajor, StorageIndex>>>(m_Lstore, m_Ustore);
286 }
287
288 /** \brief Give the row matrix permutation.
289 *

Callers 4

_solve_implMethod · 0.95
_solve_implMethod · 0.45
BDCSVD.hFile · 0.45
computeBaseCaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected