|
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 64 of file ROL_Secant.hpp.
|
inline |
Definition at line 75 of file ROL_Secant.hpp.
| Ptr<Vector<Real> > ROL::SecantState< Real >::iterate |
Definition at line 65 of file ROL_Secant.hpp.
| std::vector<Ptr<Vector<Real> > > ROL::SecantState< Real >::iterDiff |
Definition at line 66 of file ROL_Secant.hpp.
| std::vector<Ptr<Vector<Real> > > ROL::SecantState< Real >::gradDiff |
Definition at line 67 of file ROL_Secant.hpp.
| std::vector<Real> ROL::SecantState< Real >::product |
Definition at line 68 of file ROL_Secant.hpp.
| std::vector<Real> ROL::SecantState< Real >::product2 |
Definition at line 69 of file ROL_Secant.hpp.
| int ROL::SecantState< Real >::storage |
Definition at line 70 of file ROL_Secant.hpp.
| int ROL::SecantState< Real >::current |
Definition at line 71 of file ROL_Secant.hpp.
| int ROL::SecantState< Real >::iter |
Definition at line 72 of file ROL_Secant.hpp.
| ESecantMode ROL::SecantState< Real >::mode |
Definition at line 73 of file ROL_Secant.hpp.