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

Method matrixL

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

\brief Give the matrixL * * \returns an expression of the matrix L, internally stored as supernodes * The only operation available with this expression is the triangular solve * \code * y = b; matrixL().solveInPlace(y); * \endcode */

Source from the content-addressed store, hash-verified

273 * \endcode
274 */
275 SparseLUMatrixLReturnType<SCMatrix> matrixL() const { return SparseLUMatrixLReturnType<SCMatrix>(m_Lstore); }
276 /** \brief Give the MatrixU
277 *
278 * \returns an expression of the matrix U,

Callers 2

_solve_implMethod · 0.95
_solve_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected