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

/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h33 template<typename _MatrixType, int Options> class PastixLDLT;
59 struct pastix_traits< PastixLDLT<_MatrixType,Options> >
592 * \class PastixLDLT
608 class PastixLDLT : public PastixBase< PastixLDLT<_MatrixType, _UpLo> > class in namespace:Eigen
612 typedef PastixBase<PastixLDLT<MatrixType, _UpLo> > Base;
617 PastixLDLT():Base() function in class:Eigen::PastixLDLT
622 explicit PastixLDLT(const MatrixType& matrix):Base() function in class:Eigen::PastixLDLT

Completed in 117 milliseconds