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

#include <ROL_Secant.hpp>

Public Attributes

std::vector< Teuchos::RCP< Vector< Real > > > iterDiff
 
std::vector< Teuchos::RCP< 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 57 of file ROL_Secant.hpp.

Member Data Documentation

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

Definition at line 58 of file ROL_Secant.hpp.

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

Definition at line 59 of file ROL_Secant.hpp.

Referenced by ROL::Secant< Real >::update().

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

Definition at line 60 of file ROL_Secant.hpp.

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

Definition at line 61 of file ROL_Secant.hpp.

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

Definition at line 62 of file ROL_Secant.hpp.

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

Definition at line 63 of file ROL_Secant.hpp.

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

Definition at line 64 of file ROL_Secant.hpp.

Referenced by ROL::Secant< Real >::update().


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