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

#include <ROL_TypeU_Algorithm.hpp>

+ Inheritance diagram for ROL::TypeU::AlgorithmState< Real >:

Public Member Functions

 AlgorithmState ()
 
void reset ()
 
- Public Member Functions inherited from ROL::AlgorithmState< Real >
 AlgorithmState (void)
 
virtual ~AlgorithmState ()
 
void reset (void)
 

Public Attributes

Real searchSize
 
Ptr< Vector< Real > > stepVec
 
Ptr< Vector< Real > > gradientVec
 
- Public Attributes inherited from ROL::AlgorithmState< Real >
int iter
 
int minIter
 
int nfval
 
int ncval
 
int ngrad
 
Real value
 
Real minValue
 
Real gnorm
 
Real cnorm
 
Real snorm
 
Real aggregateGradientNorm
 
Real aggregateModelError
 
bool flag
 
ROL::Ptr< Vector< Real > > iterateVec
 
ROL::Ptr< Vector< Real > > lagmultVec
 
ROL::Ptr< Vector< Real > > minIterVec
 
EExitStatus statusFlag
 

Detailed Description

template<typename Real>
struct ROL::TypeU::AlgorithmState< Real >

Definition at line 60 of file ROL_TypeU_Algorithm.hpp.

Constructor & Destructor Documentation

template<typename Real >
ROL::TypeU::AlgorithmState< Real >::AlgorithmState ( void  )
inline

Definition at line 65 of file ROL_TypeU_Algorithm.hpp.

Member Function Documentation

template<typename Real >
void ROL::TypeU::AlgorithmState< Real >::reset ( void  )
inline

Member Data Documentation

template<typename Real >
Real ROL::TypeU::AlgorithmState< Real >::searchSize

Definition at line 61 of file ROL_TypeU_Algorithm.hpp.

Referenced by ROL::TypeU::AlgorithmState< Real >::reset().

template<typename Real >
Ptr<Vector<Real> > ROL::TypeU::AlgorithmState< Real >::stepVec

Definition at line 62 of file ROL_TypeU_Algorithm.hpp.

Referenced by ROL::TypeU::AlgorithmState< Real >::reset().

template<typename Real >
Ptr<Vector<Real> > ROL::TypeU::AlgorithmState< Real >::gradientVec

Definition at line 63 of file ROL_TypeU_Algorithm.hpp.

Referenced by ROL::TypeU::AlgorithmState< Real >::reset().


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