SyTen

◆ solve_no_extend()

template<typename Matrix , typename Vector , typename OrthoPolicy , typename SolverPolicy >
template<typename... Params>
IterativeExit syten::Krylov::Standard< Matrix, Vector, OrthoPolicy, SolverPolicy >::solve_no_extend ( IterativeConfig const &  conf,
Vector &  result,
Params &&...  params 
)
inline

Solves the problem once without extending the Krylov space.

References syten::Converged, syten::Krylov::Standard< Matrix, Vector, OrthoPolicy, SolverPolicy >::get_projected_matrix(), syten::Krylov::Standard< Matrix, Vector, OrthoPolicy, SolverPolicy >::initial_norm, syten::Krylov::Standard< Matrix, Vector, OrthoPolicy, SolverPolicy >::krylov, syten::MaxIterations, std::vector< T >::size(), and syten::to_string_rd().

Referenced by syten::Krylov::Evolution::fwd_solve().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: