Searched refs:dgmresCycle (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DDGMRES.h218 int dgmresCycle(const MatrixType& mat, const Preconditioner& precond, Dest& x, DenseVector& r0, RealScalar& beta, const RealScalar& normRhs, int& nbIts) const;
280 dgmresCycle(mat, precond, x, r0, beta, normRhs, nbIts);
300 int DGMRES<_MatrixType, _Preconditioner>::dgmresCycle(const MatrixType& mat, const Preconditioner& precond, Dest& x, DenseVector& r0, RealScalar& beta, const RealScalar& normRhs, int& nbIts) const function in class:Eigen::DGMRES

Completed in 391 milliseconds