#include <alpaqa/accelerators/internal/limited-memory-qr.hpp>
#include <alpaqa/config/config.hpp>
#include <alpaqa/export.hpp>
Go to the source code of this file.
Namespaces | |
namespace | alpaqa |
Functions | |
template<Config Conf = DefaultConfig> | |
void | minimize_update_anderson (LimitedMemoryQR< Conf > &qr, rmat< Conf > G̃, crvec< Conf > rₖ, crvec< Conf > rₗₐₛₜ, crvec< Conf > gₖ, real_t< Conf > min_div_fac, rvec< Conf > γ_LS, rvec< Conf > xₖ_aa) |
Solve one step of Anderson acceleration to find a fixed point of a function g(x): | |