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

/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h45 typedef SparseMatrix<Scalar,ColMajor,Index> CholMatrixType; typedef in class:Eigen::SimplicialCholeskyBase
189 CholMatrixType ap(size,size);
200 CholMatrixType ap(size,size);
206 void factorize_preordered(const CholMatrixType& a);
212 CholMatrixType ap(size,size);
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; typedef in struct:Eigen::internal::traits
258 typedef SparseTriangularView<CholMatrixType, Eige
271 typedef SparseMatrix<Scalar, ColMajor, Index> CholMatrixType; typedef in struct:Eigen::internal::traits
315 typedef SparseMatrix<Scalar,ColMajor,Index> CholMatrixType; typedef in class:Eigen::SimplicialLLT
404 typedef SparseMatrix<Scalar,ColMajor,Index> CholMatrixType; typedef in class:Eigen::SimplicialLDLT
486 typedef SparseMatrix<Scalar,ColMajor,Index> CholMatrixType; typedef in class:Eigen::SimplicialCholesky
[all...]
H A DSimplicialCholesky_impl.h51 void SimplicialCholeskyBase<Derived>::analyzePattern_preordered(const CholMatrixType& ap, bool doLDLT)
66 for(typename CholMatrixType::InnerIterator it(ap,k); it; ++it)
101 void SimplicialCholeskyBase<Derived>::factorize_preordered(const CholMatrixType& ap)
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h167 typedef MatrixType CholMatrixType; typedef in class:Eigen::CholmodBase

Completed in 223 milliseconds