Searched refs:m_Lstore (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 245 return SparseLUMatrixLReturnType<SCMatrix>(m_Lstore); in matrixL() 255 …MatrixUReturnType<SCMatrix, MappedSparseMatrix<Scalar,ColMajor,StorageIndex> >(m_Lstore, m_Ustore); in matrixU() 360 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it) in absDeterminant() 389 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it) in logAbsDeterminant() 415 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it) in signDeterminant() 443 for (typename SCMatrix::InnerIterator it(m_Lstore, j); it; ++it) in determinant() 476 SCMatrix m_Lstore; // The lower triangular matrix (supernodal) variable 790 …m_Lstore.setInfos(m, n, m_glu.lusup, m_glu.xlusup, m_glu.lsub, m_glu.xlsub, m_glu.supno, m_glu.xsu… in factorize()
|