Searched refs:CholMatrixType (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/SparseCholesky/ |
D | SimplicialCholesky.h | 45 typedef SparseMatrix<Scalar,ColMajor,Index> CholMatrixType; typedef 189 CholMatrixType ap(size,size); in compute() 200 CholMatrixType ap(size,size); in factorize() 206 void factorize_preordered(const CholMatrixType& a); 212 CholMatrixType ap(size,size); in analyzePattern() 216 void analyzePattern_preordered(const CholMatrixType& a, bool doLDLT); 218 void ordering(const MatrixType& a, CholMatrixType& ap); 233 CholMatrixType m_matrix; 257 typedef SparseMatrix<Scalar, ColMajor, Index> CholMatrixType; 258 typedef SparseTriangularView<CholMatrixType, Eigen::Lower> MatrixL; [all …]
|
D | SimplicialCholesky_impl.h | 51 void SimplicialCholeskyBase<Derived>::analyzePattern_preordered(const CholMatrixType& ap, bool doLD… in analyzePattern_preordered() 66 for(typename CholMatrixType::InnerIterator it(ap,k); it; ++it) in analyzePattern_preordered() 101 void SimplicialCholeskyBase<Derived>::factorize_preordered(const CholMatrixType& ap) in factorize_preordered()
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 167 typedef MatrixType CholMatrixType; typedef
|