Searched refs:PastixLU (Results 1 - 3 of 3) sorted by relevance

/external/eigen/test/
H A Dpastix_support.cpp21 PastixLU< SparseMatrix<T, ColMajor> > pastix_lu;
34 PastixLU< SparseMatrix<T, ColMajor> > pastix_lu;
/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h23 template<typename _MatrixType, bool IsStrSym = false> class PastixLU;
33 struct pastix_traits< PastixLU<_MatrixType> >
433 * \class PastixLU
452 class PastixLU : public PastixBase< PastixLU<_MatrixType> > class in namespace:Eigen
456 typedef PastixBase<PastixLU<MatrixType> > Base;
461 PastixLU() : Base() function in class:Eigen::PastixLU
466 PastixLU(const MatrixType& matrix):Base() function in class:Eigen::PastixLU
/external/eigen/bench/spbench/
H A Dspbenchsolver.h316 PastixLU<SpMat> solver;

Completed in 174 milliseconds