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

/external/eigen/test/
H A Dpastix_support.cpp17 PastixLLT< SparseMatrix<T, ColMajor>, Eigen::Lower > pastix_llt_lower;
19 PastixLLT< SparseMatrix<T, ColMajor>, Eigen::Upper > pastix_llt_upper;
/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h24 template<typename _MatrixType, int Options> class PastixLLT;
42 struct pastix_traits< PastixLLT<_MatrixType,Options> >
527 * \class PastixLLT
541 class PastixLLT : public PastixBase< PastixLLT<_MatrixType, _UpLo> > class in namespace:Eigen
545 typedef PastixBase<PastixLLT<MatrixType, _UpLo> > Base;
550 PastixLLT() : Base() function in class:Eigen::PastixLLT
555 PastixLLT(const MatrixType& matrix):Base() function in class:Eigen::PastixLLT
/external/eigen/bench/spbench/
H A Dspbenchsolver.h455 PastixLLT<SpMat, Lower> solver;

Completed in 252 milliseconds