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
 
Real searchSize
 

Detailed Description

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

State for step class. Will be used for restarts.

Definition at line 107 of file ROL_Types.hpp.

Constructor & Destructor Documentation

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

Definition at line 112 of file ROL_Types.hpp.

Member Data Documentation

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

Definition at line 108 of file ROL_Types.hpp.

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

Definition at line 109 of file ROL_Types.hpp.

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

Definition at line 110 of file ROL_Types.hpp.

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

Definition at line 111 of file ROL_Types.hpp.


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