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

/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h31 template<typename _MatrixType, bool IsStrSym = false> class PastixLU;
32 template<typename _MatrixType, int Options> class PastixLLT;
33 template<typename _MatrixType, int Options> class PastixLDLT;
40 template<typename _MatrixType>
41 struct pastix_traits< PastixLU<_MatrixType> >
43 typedef _MatrixType MatrixType;
44 typedef typename _MatrixType::Scalar Scalar;
45 typedef typename _MatrixType::RealScalar RealScalar;
46 typedef typename _MatrixType::StorageIndex StorageIndex;
49 template<typename _MatrixType, in
137 typedef typename internal::pastix_traits<Derived>::MatrixType _MatrixType; typedef in class:Eigen::PastixBase
[all...]

Completed in 105 milliseconds