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

#include <ROL_Secant.hpp>

Public Attributes

Teuchos::RCP< Vector< Real > > iterate
 
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 58 of file ROL_Secant.hpp.

Member Data Documentation

◆ iterate

template<class Real >
Teuchos::RCP<Vector<Real> > ROL::SecantState< Real >::iterate

Definition at line 59 of file ROL_Secant.hpp.

◆ iterDiff

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

Definition at line 60 of file ROL_Secant.hpp.

◆ gradDiff

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

Definition at line 61 of file ROL_Secant.hpp.

◆ product

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

Definition at line 62 of file ROL_Secant.hpp.

◆ product2

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

Definition at line 63 of file ROL_Secant.hpp.

◆ storage

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

Definition at line 64 of file ROL_Secant.hpp.

◆ current

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

Definition at line 65 of file ROL_Secant.hpp.

◆ iter

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: