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

Method matrixU

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

\returns an expression of the matrix U, * The only operation available with this expression is the triangular solve * \code * y = b; matrixU().solveInPlace(y); * \endcode */

Source from the content-addressed store, hash-verified

254 * \endcode
255 */
256 SparseLUMatrixUReturnType<SCMatrix,Map<SparseMatrix<Scalar,ColMajor,StorageIndex> > > matrixU() const
257 {
258 return SparseLUMatrixUReturnType<SCMatrix, Map<SparseMatrix<Scalar,ColMajor,StorageIndex> > >(m_Lstore, m_Ustore);
259 }
260
261 /**
262 * \returns a reference to the row matrix permutation \f$ P_r \f$ such that \f$P_r A P_c^T = L U\f$

Callers 4

_solve_implMethod · 0.95
_solve_implMethod · 0.45
BDCSVD.hFile · 0.45
computeBaseCaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected