HomeSort by relevance Sort by last modified time
    Searched full:incompletelut (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 44 class IncompleteLUT : internal::noncopyable
56 IncompleteLUT()
62 IncompleteLUT(const MatrixType& mat, RealScalar droptol=NumTraits<Scalar>::dummy_precision(), int fillfactor = 10)
81 eigen_assert(m_isInitialized && "IncompleteLUT is not initialized.");
97 IncompleteLUT<Scalar>& compute(const MatrixType& amat)
118 template<typename Rhs> inline const internal::solve_retval<IncompleteLUT, Rhs>
121 eigen_assert(m_isInitialized && "IncompleteLUT is not initialized.");
123 && "IncompleteLUT::solve(): invalid number of rows of the right hand side matrix b");
124 return internal::solve_retval<IncompleteLUT, Rhs>(*this, b.derived());
159 void IncompleteLUT<Scalar>::setDroptol(RealScalar droptol
    [all...]
  /external/eigen/test/
bicgstab.cpp 17 BiCGSTAB<SparseMatrix<T>, IncompleteLUT<T> > bicgstab_colmajor_ilut;
  /external/eigen/unsupported/test/
gmres.cpp 18 GMRES<SparseMatrix<T>, IncompleteLUT<T> > gmres_colmajor_ilut;
  /external/eigen/Eigen/
IterativeLinearSolvers 36 #include "src/IterativeLinearSolvers/IncompleteLUT.h"
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 42 * \sa \ref IncompleteLUT
  /external/eigen/bench/spbench/
spbenchsolver.h 345 BiCGSTAB<SpMat, IncompleteLUT<Scalar> > solver;
363 GMRES<SpMat, IncompleteLUT<Scalar> > solver;

Completed in 205 milliseconds