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

  /external/eigen/test/
pastix_support.cpp 23 PastixLU< SparseMatrix<T, ColMajor> > pastix_lu;
44 PastixLU< SparseMatrix<T, ColMajor> > pastix_lu;
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 31 template<typename _MatrixType, bool IsStrSym = false> class PastixLU;
41 struct pastix_traits< PastixLU<_MatrixType> >
391 * \class PastixLU
412 class PastixLU : public PastixBase< PastixLU<_MatrixType> >
416 typedef PastixBase<PastixLU<MatrixType> > Base;
421 PastixLU() : Base()
426 explicit PastixLU(const MatrixType& matrix):Base()
  /external/eigen/bench/spbench/
spbenchsolver.h 332 PastixLU<SpMat> solver;

Completed in 90 milliseconds