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

#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
 

Detailed Description

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

Definition at line 58 of file ROL_Secant.hpp.

Member Data Documentation

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

Definition at line 59 of file ROL_Secant.hpp.

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

Definition at line 60 of file ROL_Secant.hpp.

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

Definition at line 61 of file ROL_Secant.hpp.

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

Definition at line 62 of file ROL_Secant.hpp.

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

Definition at line 63 of file ROL_Secant.hpp.

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

Definition at line 64 of file ROL_Secant.hpp.

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

Definition at line 65 of file ROL_Secant.hpp.

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

Definition at line 66 of file ROL_Secant.hpp.


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