Home
last modified time | relevance | path

Searched refs:m_Lstore (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU.h148 return SparseLUMatrixLReturnType<SCMatrix>(m_Lstore); in matrixL()
158 …MatrixUReturnType<SCMatrix, MappedSparseMatrix<Scalar,ColMajor,StorageIndex> >(m_Lstore, m_Ustore); in matrixU()
263 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it) in absDeterminant()
292 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it) in logAbsDeterminant()
318 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it) in signDeterminant()
346 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it) in determinant()
376 SCMatrix m_Lstore; // The lower triangular matrix (supernodal) variable
695m_Lstore.setInfos(m, n, m_glu.lusup, m_glu.xlusup, m_glu.lsub, m_glu.xlsub, m_glu.supno, m_glu.xsu… in factorize()