Home
last modified time | relevance | path

Searched refs:IncompleteLUT (Results 1 – 7 of 7) sorted by relevance

/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteLUT.h96 class IncompleteLUT : internal::noncopyable
108 IncompleteLUT() in IncompleteLUT() function
114IncompleteLUT(const MatrixType& mat, const RealScalar& droptol=NumTraits<Scalar>::dummy_precision(…
149 IncompleteLUT<Scalar>& compute(const MatrixType& amat) in compute()
168 template<typename Rhs> inline const internal::solve_retval<IncompleteLUT, Rhs>
174 return internal::solve_retval<IncompleteLUT, Rhs>(*this, b.derived()); in solve()
205 void IncompleteLUT<Scalar>::setDroptol(const RealScalar& droptol) in setDroptol()
215 void IncompleteLUT<Scalar>::setFillfactor(int fillfactor) in setFillfactor()
222 void IncompleteLUT<Scalar>::analyzePattern(const _MatrixType& amat) in analyzePattern()
243 void IncompleteLUT<Scalar>::factorize(const _MatrixType& amat) in factorize()
[all …]
/external/eigen/unsupported/test/
Dgmres.cpp18 GMRES<SparseMatrix<T>, IncompleteLUT<T> > gmres_colmajor_ilut; in test_gmres_T()
Ddgmres.cpp18 DGMRES<SparseMatrix<T>, IncompleteLUT<T> > dgmres_colmajor_ilut; in test_dgmres_T()
/external/eigen/test/
Dbicgstab.cpp17 BiCGSTAB<SparseMatrix<T>, IncompleteLUT<T> > bicgstab_colmajor_ilut; in test_bicgstab_T()
/external/eigen/Eigen/
DIterativeLinearSolvers36 #include "src/IterativeLinearSolvers/IncompleteLUT.h"
/external/eigen/bench/spbench/
Dspbenchsolver.h368 BiCGSTAB<SpMat, IncompleteLUT<Scalar> > solver; in SelectSolvers()
382 GMRES<SpMat, IncompleteLUT<Scalar> > solver; in SelectSolvers()
/external/eigen/doc/
DSparseLinearSystems.dox26 <td>To speedup the convergence, try it with the \ref IncompleteLUT preconditioner.</td></tr>