HomeSort by relevance Sort by last modified time
    Searched refs:PastixLLT (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
pastix_support.cpp 17 PastixLLT< SparseMatrix<T, ColMajor>, Eigen::Lower > pastix_llt_lower;
19 PastixLLT< SparseMatrix<T, ColMajor>, Eigen::Upper > pastix_llt_upper;
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 24 template<typename _MatrixType, int Options> class PastixLLT;
42 struct pastix_traits< PastixLLT<_MatrixType,Options> >
548 * \class PastixLLT
562 class PastixLLT : public PastixBase< PastixLLT<_MatrixType, _UpLo> >
566 typedef PastixBase<PastixLLT<MatrixType, _UpLo> > Base;
571 PastixLLT() : Base()
576 PastixLLT(const MatrixType& matrix):Base()
  /external/eigen/bench/spbench/
spbenchsolver.h 445 PastixLLT<SpMat, Lower> solver;

Completed in 329 milliseconds