quala main
Quasi-Newton and other accelerators
Classes | Namespaces
anderson-acceleration.hpp File Reference
#include <quala/detail/anderson-helpers.hpp>
#include <stdexcept>
+ Include dependency graph for anderson-acceleration.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AndersonAccelParams
 Parameters for the AndersonAccel class. More...
 
class  AndersonAccel
 Anderson Acceleration. More...
 

Namespaces

namespace  quala
 

Class Documentation

◆ quala::AndersonAccelParams

struct quala::AndersonAccelParams
+ Collaboration diagram for AndersonAccelParams:
Class Members
length_t memory Length of the history to keep (the number of columns in the QR factorization).

If this number is greater than the problem dimension, the memory is set to the problem dimension (otherwise the system is underdetermined).