SyTen

◆ vec_stored

template<typename Matrix , typename Vector , typename OrthoPolicy , typename SolverPolicy >
Vector syten::Krylov::Standard< Matrix, Vector, OrthoPolicy, SolverPolicy >::vec_stored
private

temporary Krylov vector candidate.

Used to store result in case we are converged after the operator application and calculation of the new a but may want to continue later.

Referenced by syten::Krylov::Standard< Matrix, Vector, OrthoPolicy, SolverPolicy >::solve().