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

  /external/eigen/unsupported/test/
dgmres.cpp 18 DGMRES<SparseMatrix<T>, IncompleteLUT<T> > dgmres_colmajor_ilut;
gmres.cpp 18 GMRES<SparseMatrix<T>, IncompleteLUT<T> > gmres_colmajor_ilut;
  /external/eigen/test/
bicgstab.cpp 17 BiCGSTAB<SparseMatrix<T,0,I>, IncompleteLUT<T,I> > bicgstab_colmajor_ilut;
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 67 * \class IncompleteLUT
99 class IncompleteLUT : public SparseSolverBase<IncompleteLUT<_Scalar, _StorageIndex> >
102 typedef SparseSolverBase<IncompleteLUT> Base;
119 IncompleteLUT()
125 explicit IncompleteLUT(const MatrixType& mat, const RealScalar& droptol=NumTraits<Scalar>::dummy_precision(), int fillfactor = 10)
144 eigen_assert(m_isInitialized && "IncompleteLUT is not initialized.");
160 IncompleteLUT& compute(const MatrixType& amat)
206 void IncompleteLUT<Scalar,StorageIndex>::setDroptol(const RealScalar& droptol)
216 void IncompleteLUT<Scalar,StorageIndex>::setFillfactor(int fillfactor
    [all...]
  /external/eigen/bench/spbench/
spbenchsolver.h 368 BiCGSTAB<SpMat, IncompleteLUT<Scalar> > solver;
382 GMRES<SpMat, IncompleteLUT<Scalar> > solver;

Completed in 216 milliseconds