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

  /external/eigen/unsupported/test/
minres.cpp 17 MINRES<SparseMatrix<T>, Lower, DiagonalPreconditioner<T> > minres_colmajor_diag;
18 MINRES<SparseMatrix<T>, Lower, IdentityPreconditioner > minres_colmajor_I;
19 // MINRES<SparseMatrix<T>, Lower, IncompleteLUT<T> > minres_colmajor_ilut;
20 //minres<SparseMatrix<T>, SSORPreconditioner<T> > minres_colmajor_ssor;
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h 20 /** \internal Low-level MINRES algorithm
31 void minres(const MatrixType& mat, const Rhs& rhs, Dest& x, function in namespace:Eigen::internal
132 class MINRES;
137 struct traits<MINRES<_MatrixType,_UpLo,_Preconditioner> >
148 * This class allows to solve for A.x = b sparse linear problems using the MINRES algorithm
167 * MINRES<SparseMatrix<double> > mr;
195 class MINRES : public IterativeSolverBase<MINRES<_MatrixType,_UpLo,_Preconditioner> >
198 typedef IterativeSolverBase<MINRES> Base;
216 MINRES() : Base() {
    [all...]

Completed in 222 milliseconds