Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU.h136 return SparseLUMatrixLReturnType<SCMatrix>(m_Lstore); in matrixL()
146 …parseLUMatrixUReturnType<SCMatrix, MappedSparseMatrix<Scalar,ColMajor,Index> >(m_Lstore, m_Ustore); in matrixU()
267 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it) in absDeterminant()
293 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it) in logAbsDeterminant()
335 SCMatrix m_Lstore; // The lower triangular matrix (supernodal) variable
646m_Lstore.setInfos(m, n, m_glu.lusup, m_glu.xlusup, m_glu.lsub, m_glu.xlsub, m_glu.supno, m_glu.xsu… in factorize()