#include <quala/broyden-good.hpp>
Layout:
┌───── 2 m + 1 ─────┐
┌ ┌───┬───┬───┬───┬───┐
│ │ │ │ │ │ │
│ │ │ │ │ │ │
└ └───┴───┴───┴───┴───┘
length_t n() const
Get the size of the s and s̃ vectors in the buffer.
Definition at line 16 of file broyden-good.hpp.
|
using | storage_t = Eigen::Matrix< real_t, Eigen::Dynamic, Eigen::Dynamic, Eigen::ColMajor > |
|
◆ storage_t
using storage_t = Eigen::Matrix<real_t, Eigen::Dynamic, Eigen::Dynamic, Eigen::ColMajor> |
◆ resize()
Re-allocate storage for a problem with a different size.
Definition at line 37 of file broyden-good.hpp.
◆ n()
Get the size of the s and s̃ vectors in the buffer.
Definition at line 21 of file broyden-good.hpp.
◆ history()
Get the number of previous vectors s and s̃ stored in the buffer.
Definition at line 23 of file broyden-good.hpp.
◆ s() [1/2]
◆ s() [2/2]
◆ s̃() [1/2]
◆ s̃() [2/2]
◆ work() [1/2]
◆ work() [2/2]
◆ sto
The documentation for this struct was generated from the following file: