MCPcopy Create free account
hub / github.com/SS47816/fiss_planner / matrixL

Method matrixL

include/fiss_planner/Eigen/src/SparseLU/SparseLU.h:134–137  ·  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

132 * \endcode
133 */
134 SparseLUMatrixLReturnType<SCMatrix> matrixL() const
135 {
136 return SparseLUMatrixLReturnType<SCMatrix>(m_Lstore);
137 }
138 /** \returns an expression of the matrix U,
139 * The only operation available with this expression is the triangular solve
140 * \code

Callers 1

_solveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected