|
ROL
|
#include <ROL_Secant.hpp>
Public Member Functions | |
| SecantState (int M, ESecantMode sm) | |
Public Attributes | |
| Ptr< Vector< Real > > | iterate |
| std::vector< Ptr< Vector< Real > > > | iterDiff |
| std::vector< Ptr< Vector< Real > > > | gradDiff |
| std::vector< Real > | product |
| std::vector< Real > | product2 |
| int | storage |
| int | current |
| int | iter |
| ESecantMode | mode |
Definition at line 30 of file ROL_Secant.hpp.
|
inline |
Definition at line 41 of file ROL_Secant.hpp.
| Ptr<Vector<Real> > ROL::SecantState< Real >::iterate |
Definition at line 31 of file ROL_Secant.hpp.
| std::vector<Ptr<Vector<Real> > > ROL::SecantState< Real >::iterDiff |
Definition at line 32 of file ROL_Secant.hpp.
| std::vector<Ptr<Vector<Real> > > ROL::SecantState< Real >::gradDiff |
Definition at line 33 of file ROL_Secant.hpp.
| std::vector<Real> ROL::SecantState< Real >::product |
Definition at line 34 of file ROL_Secant.hpp.
| std::vector<Real> ROL::SecantState< Real >::product2 |
Definition at line 35 of file ROL_Secant.hpp.
| int ROL::SecantState< Real >::storage |
Definition at line 36 of file ROL_Secant.hpp.
| int ROL::SecantState< Real >::current |
Definition at line 37 of file ROL_Secant.hpp.
| int ROL::SecantState< Real >::iter |
Definition at line 38 of file ROL_Secant.hpp.
| ESecantMode ROL::SecantState< Real >::mode |
Definition at line 39 of file ROL_Secant.hpp.
1.8.5