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

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h136 return SparseLUMatrixLReturnType<SCMatrix>(m_Lstore);
146 return SparseLUMatrixUReturnType<SCMatrix, MappedSparseMatrix<Scalar,ColMajor,Index> >(m_Lstore, m_Ustore);
267 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it)
294 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it)
336 SCMatrix m_Lstore; // The lower triangular matrix (supernodal) member in class:Eigen::SparseLU
647 m_Lstore.setInfos(m, n, m_glu.lusup, m_glu.xlusup, m_glu.lsub, m_glu.xlsub, m_glu.supno, m_glu.xsup);

Completed in 56 milliseconds