Member List

Member List#

Reference API: Member List
Reference API
gko::solver::ApplyWithInitialGuess Member List

This is the complete list of members for gko::solver::ApplyWithInitialGuess, including all inherited members.

apply_with_initial_guess(const LinOp *b, LinOp *x, initial_guess_mode guess) const =0gko::solver::ApplyWithInitialGuessprotectedpure virtual
apply_with_initial_guess(ptr_param< const LinOp > b, ptr_param< LinOp > x, initial_guess_mode guess) const (defined in gko::solver::ApplyWithInitialGuess)gko::solver::ApplyWithInitialGuessinlineprotected
apply_with_initial_guess(const LinOp *alpha, const LinOp *b, const LinOp *beta, LinOp *x, initial_guess_mode guess) const =0gko::solver::ApplyWithInitialGuessprotectedpure virtual
apply_with_initial_guess(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b, ptr_param< const LinOp > beta, ptr_param< LinOp > x, initial_guess_mode guess) const (defined in gko::solver::ApplyWithInitialGuess)gko::solver::ApplyWithInitialGuessinlineprotected
ApplyWithInitialGuess(initial_guess_mode guess=initial_guess_mode::provided)gko::solver::ApplyWithInitialGuessinlineexplicitprotected
get_default_initial_guess() constgko::solver::ApplyWithInitialGuessinlineprotected
set_default_initial_guess(initial_guess_mode guess)gko::solver::ApplyWithInitialGuessinlineprotected