#include <quala/decl/lbfgs.hpp>
Layout:
┌───── 2 m ─────┐
┌ ┌───┬───┬───┬───┐
│ │ │ │ │ │
│ ├───┼───┼───┼───┤
└ └───┴───┴───┴───┘
length_t n() const
Get the size of the s and y vectors in the buffer.
Definition at line 47 of file decl/lbfgs.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 192 of file lbfgs.hpp.
◆ n()
Get the size of the s and y vectors in the buffer.
Definition at line 52 of file decl/lbfgs.hpp.
◆ history()
Get the number of previous vectors s and y stored in the buffer.
Definition at line 54 of file decl/lbfgs.hpp.
◆ s() [1/2]
◆ s() [2/2]
◆ y() [1/2]
◆ y() [2/2]
◆ ρ() [1/2]
◆ ρ() [2/2]
◆ α() [1/2]
◆ α() [2/2]
◆ sto
The documentation for this struct was generated from the following files: