Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteLUT.h99 class IncompleteLUT : public SparseSolverBase<IncompleteLUT<_Scalar, _StorageIndex> >
102 typedef SparseSolverBase<IncompleteLUT> Base;
119 IncompleteLUT() in IncompleteLUT() function
125 …explicit IncompleteLUT(const MatrixType& mat, const RealScalar& droptol=NumTraits<Scalar>::dummy_p…
160 IncompleteLUT& compute(const MatrixType& amat) in compute()
206 void IncompleteLUT<Scalar,StorageIndex>::setDroptol(const RealScalar& droptol) in setDroptol()
216 void IncompleteLUT<Scalar,StorageIndex>::setFillfactor(int fillfactor) in setFillfactor()
223 void IncompleteLUT<Scalar,StorageIndex>::analyzePattern(const _MatrixType& amat) in analyzePattern()
253 void IncompleteLUT<Scalar,StorageIndex>::factorize(const _MatrixType& amat) in factorize()
/external/eigen/Eigen/
DIterativeLinearSolvers28 * - IncompleteLUT - incomplete LU factorization with dual thresholding
43 #include "src/IterativeLinearSolvers/IncompleteLUT.h"
/external/eigen/unsupported/test/
Ddgmres.cpp18 DGMRES<SparseMatrix<T>, IncompleteLUT<T> > dgmres_colmajor_ilut; in test_dgmres_T()
Dgmres.cpp18 GMRES<SparseMatrix<T>, IncompleteLUT<T> > gmres_colmajor_ilut; in test_gmres_T()
/external/eigen/test/
Dbicgstab.cpp17 BiCGSTAB<SparseMatrix<T,0,I>, IncompleteLUT<T,I> > bicgstab_colmajor_ilut; in test_bicgstab_T()
/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.dox54 <td>IdentityPreconditioner, [DiagonalPreconditioner], IncompleteLUT</td>
56 <td>To speedup the convergence, try it with the \ref IncompleteLUT preconditioner.</td></tr>