ROL
ROL::ROL::SecantState< Real > Struct Template Reference

#include <ROL_Constraint_SerialSimOpt.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::ROL::SecantState< Real >

Definition at line 30 of file ROL_Constraint_SerialSimOpt.hpp.

Constructor & Destructor Documentation

◆ SecantState()

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

Definition at line 41 of file ROL_Constraint_SerialSimOpt.hpp.

Member Data Documentation

◆ iterate

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

Definition at line 31 of file ROL_Constraint_SerialSimOpt.hpp.

◆ iterDiff

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

Definition at line 32 of file ROL_Constraint_SerialSimOpt.hpp.

◆ gradDiff

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

Definition at line 33 of file ROL_Constraint_SerialSimOpt.hpp.

◆ product

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

Definition at line 34 of file ROL_Constraint_SerialSimOpt.hpp.

◆ product2

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

Definition at line 35 of file ROL_Constraint_SerialSimOpt.hpp.

◆ storage

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

Definition at line 36 of file ROL_Constraint_SerialSimOpt.hpp.

◆ current

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

Definition at line 37 of file ROL_Constraint_SerialSimOpt.hpp.

◆ iter

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

Definition at line 38 of file ROL_Constraint_SerialSimOpt.hpp.

◆ mode

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

Definition at line 39 of file ROL_Constraint_SerialSimOpt.hpp.


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