MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / matrixL

Method matrixL

include/Eigen/Eigen/src/SparseLU/SparseLU.h:246–249  ·  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

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

Callers 2

_solve_implMethod · 0.95
_solve_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected