MCPcopy Create free account
hub / github.com/PX4/eigen / matrixL

Method matrixL

Eigen/src/SparseLU/SparseLU.h:146–149  ·  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

144 * \endcode
145 */
146 SparseLUMatrixLReturnType<SCMatrix> matrixL() const
147 {
148 return SparseLUMatrixLReturnType<SCMatrix>(m_Lstore);
149 }
150 /** \returns an expression of the matrix U,
151 * The only operation available with this expression is the triangular solve
152 * \code

Callers 1

_solve_implMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected