ROL
Public Member Functions | Public Attributes | List of all members
ROL::SecantState< Real > Struct Template Reference

#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
 

Detailed Description

template<class Real>
struct ROL::SecantState< Real >

Definition at line 64 of file ROL_Secant.hpp.

Constructor & Destructor Documentation

template<class Real >
ROL::SecantState< Real >::SecantState ( int  M,
ESecantMode  sm 
)
inline

Definition at line 75 of file ROL_Secant.hpp.

Member Data Documentation

template<class Real >
Ptr<Vector<Real> > ROL::SecantState< Real >::iterate

Definition at line 65 of file ROL_Secant.hpp.

template<class Real >
std::vector<Ptr<Vector<Real> > > ROL::SecantState< Real >::iterDiff

Definition at line 66 of file ROL_Secant.hpp.

template<class Real >
std::vector<Ptr<Vector<Real> > > ROL::SecantState< Real >::gradDiff

Definition at line 67 of file ROL_Secant.hpp.

template<class Real >
std::vector<Real> ROL::SecantState< Real >::product

Definition at line 68 of file ROL_Secant.hpp.

template<class Real >
std::vector<Real> ROL::SecantState< Real >::product2

Definition at line 69 of file ROL_Secant.hpp.

template<class Real >
int ROL::SecantState< Real >::storage

Definition at line 70 of file ROL_Secant.hpp.

template<class Real >
int ROL::SecantState< Real >::current

Definition at line 71 of file ROL_Secant.hpp.

template<class Real >
int ROL::SecantState< Real >::iter

Definition at line 72 of file ROL_Secant.hpp.

template<class Real >
ESecantMode ROL::SecantState< Real >::mode

Definition at line 73 of file ROL_Secant.hpp.


The documentation for this struct was generated from the following file: