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

/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h23 template<typename _MatrixType, bool IsStrSym = false> class PastixLU;
24 template<typename _MatrixType, int Options> class PastixLLT;
25 template<typename _MatrixType, int Options> class PastixLDLT;
32 template<typename _MatrixType>
33 struct pastix_traits< PastixLU<_MatrixType> >
35 typedef _MatrixType MatrixType;
36 typedef typename _MatrixType::Scalar Scalar;
37 typedef typename _MatrixType::RealScalar RealScalar;
38 typedef typename _MatrixType::Index Index;
41 template<typename _MatrixType, in
123 typedef typename internal::pastix_traits<Derived>::MatrixType _MatrixType; typedef in class:Eigen::PastixBase
[all...]

Completed in 106 milliseconds