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

State for step class. Will be used for restarts. More...

#include <ROL_Types.hpp>

Public Member Functions

 StepState (void)
 

Public Attributes

Teuchos::RCP< Vector< Real > > gradientVec
 
Teuchos::RCP< Vector< Real > > descentVec
 
Teuchos::RCP< Vector< Real > > constraintVec
 
int nfval
 
int ngrad
 
Real searchSize
 

Detailed Description

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

State for step class. Will be used for restarts.

Definition at line 121 of file ROL_Types.hpp.

Constructor & Destructor Documentation

◆ StepState()

template<class Real >
ROL::StepState< Real >::StepState ( void  )
inline

Definition at line 128 of file ROL_Types.hpp.

Member Data Documentation

◆ gradientVec

template<class Real >
Teuchos::RCP<Vector<Real> > ROL::StepState< Real >::gradientVec

Definition at line 122 of file ROL_Types.hpp.

◆ descentVec

template<class Real >
Teuchos::RCP<Vector<Real> > ROL::StepState< Real >::descentVec

Definition at line 123 of file ROL_Types.hpp.

◆ constraintVec

template<class Real >
Teuchos::RCP<Vector<Real> > ROL::StepState< Real >::constraintVec

Definition at line 124 of file ROL_Types.hpp.

◆ nfval

template<class Real >
int ROL::StepState< Real >::nfval

Definition at line 125 of file ROL_Types.hpp.

◆ ngrad

template<class Real >
int ROL::StepState< Real >::ngrad

Definition at line 126 of file ROL_Types.hpp.

◆ searchSize

template<class Real >
Real ROL::StepState< Real >::searchSize

Definition at line 127 of file ROL_Types.hpp.


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