MCPcopy Create free account
hub / github.com/Derious/cuMPC / matrixL

Method matrixL

dependence/eigen-3.4.0/Eigen/src/SparseLU/SparseLU.h:243–246  ·  view source on GitHub ↗

\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

241 * \endcode
242 */
243 SparseLUMatrixLReturnType<SCMatrix> matrixL() const
244 {
245 return SparseLUMatrixLReturnType<SCMatrix>(m_Lstore);
246 }
247 /** \returns an expression of the matrix U,
248 * The only operation available with this expression is the triangular solve
249 * \code

Callers 2

_solve_implMethod · 0.95
_solve_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected