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

/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h25 template<typename _MatrixType, int Options> class PastixLDLT;
51 struct pastix_traits< PastixLDLT<_MatrixType,Options> >
608 * \class PastixLDLT
622 class PastixLDLT : public PastixBase< PastixLDLT<_MatrixType, _UpLo> > class in namespace:Eigen
626 typedef PastixBase<PastixLDLT<MatrixType, _UpLo> > Base;
631 PastixLDLT():Base() function in class:Eigen::PastixLDLT
636 PastixLDLT(const MatrixType& matrix):Base() function in class:Eigen::PastixLDLT

Completed in 73 milliseconds