ROL
|
#include <ROL_Secant.hpp>
Public Attributes | |
ROL::Ptr< Vector< Real > > | iterate |
std::vector< ROL::Ptr< Vector < Real > > > | iterDiff |
std::vector< ROL::Ptr< Vector < Real > > > | gradDiff |
std::vector< Real > | product |
std::vector< Real > | product2 |
int | storage |
int | current |
int | iter |
Definition at line 58 of file ROL_Secant.hpp.
ROL::Ptr<Vector<Real> > ROL::SecantState< Real >::iterate |
Definition at line 59 of file ROL_Secant.hpp.
std::vector<ROL::Ptr<Vector<Real> > > ROL::SecantState< Real >::iterDiff |
Definition at line 60 of file ROL_Secant.hpp.
std::vector<ROL::Ptr<Vector<Real> > > ROL::SecantState< Real >::gradDiff |
Definition at line 61 of file ROL_Secant.hpp.
std::vector<Real> ROL::SecantState< Real >::product |
Definition at line 62 of file ROL_Secant.hpp.
std::vector<Real> ROL::SecantState< Real >::product2 |
Definition at line 63 of file ROL_Secant.hpp.
int ROL::SecantState< Real >::storage |
Definition at line 64 of file ROL_Secant.hpp.
int ROL::SecantState< Real >::current |
Definition at line 65 of file ROL_Secant.hpp.
int ROL::SecantState< Real >::iter |
Definition at line 66 of file ROL_Secant.hpp.