Searched refs:IncompleteLUT (Results 1 – 7 of 7) sorted by relevance
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | IncompleteLUT.h | 99 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/ |
D | IterativeLinearSolvers | 28 * - IncompleteLUT - incomplete LU factorization with dual thresholding 43 #include "src/IterativeLinearSolvers/IncompleteLUT.h"
|
/external/eigen/unsupported/test/ |
D | dgmres.cpp | 18 DGMRES<SparseMatrix<T>, IncompleteLUT<T> > dgmres_colmajor_ilut; in test_dgmres_T()
|
D | gmres.cpp | 18 GMRES<SparseMatrix<T>, IncompleteLUT<T> > gmres_colmajor_ilut; in test_gmres_T()
|
/external/eigen/test/ |
D | bicgstab.cpp | 17 BiCGSTAB<SparseMatrix<T,0,I>, IncompleteLUT<T,I> > bicgstab_colmajor_ilut; in test_bicgstab_T()
|
/external/eigen/bench/spbench/ |
D | spbenchsolver.h | 368 BiCGSTAB<SpMat, IncompleteLUT<Scalar> > solver; in SelectSolvers() 382 GMRES<SpMat, IncompleteLUT<Scalar> > solver; in SelectSolvers()
|
/external/eigen/doc/ |
D | SparseLinearSystems.dox | 54 <td>IdentityPreconditioner, [DiagonalPreconditioner], IncompleteLUT</td> 56 <td>To speedup the convergence, try it with the \ref IncompleteLUT preconditioner.</td></tr>
|