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> >
412 * \class PastixLU
431 class PastixLU : public PastixBase< PastixLU<_MatrixType> > class in namespace:Eigen
435 typedef PastixBase<PastixLU<MatrixType> > Base;
440 PastixLU() : Base() function in class:Eigen::PastixLU
445 PastixLU(const MatrixType& matrix):Base() function in class:Eigen::PastixLU
/external/eigen/bench/spbench/
H A Dspbenchsolver.h332 PastixLU<SpMat> solver;

Completed in 258 milliseconds