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

/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

Completed in 1204 milliseconds