Searched refs:SCMatrix (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 88 typedef internal::MappedSuperNodalMatrix<Scalar, StorageIndex> SCMatrix; typedef 146 SparseLUMatrixLReturnType<SCMatrix> matrixL() const in matrixL() 148 return SparseLUMatrixLReturnType<SCMatrix>(m_Lstore); in matrixL() 156 …SparseLUMatrixUReturnType<SCMatrix,MappedSparseMatrix<Scalar,ColMajor,StorageIndex> > matrixU() co… in matrixU() 158 …return SparseLUMatrixUReturnType<SCMatrix, MappedSparseMatrix<Scalar,ColMajor,StorageIndex> >(m_Ls… 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)
|