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

Method matrixU

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

154 * \endcode
155 */
156 SparseLUMatrixUReturnType<SCMatrix,MappedSparseMatrix<Scalar,ColMajor,StorageIndex> > matrixU() const
157 {
158 return SparseLUMatrixUReturnType<SCMatrix, MappedSparseMatrix<Scalar,ColMajor,StorageIndex> >(m_Lstore, m_Ustore);
159 }
160
161 /**
162 * \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 3

_solve_implMethod · 0.95
BDCSVD.hFile · 0.45
divideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected