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

#include <ROL_NonlinearCG.hpp>

Public Attributes

std::vector< Teuchos::RCP
< Vector< Real > > > 
grad
 
std::vector< Teuchos::RCP
< Vector< Real > > > 
pstep
 
int iter
 
int restart
 
ENonlinearCG nlcg_type
 

Detailed Description

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

Definition at line 56 of file ROL_NonlinearCG.hpp.

Member Data Documentation

template<class Real >
std::vector<Teuchos::RCP<Vector<Real> > > ROL::NonlinearCGState< Real >::grad

Definition at line 57 of file ROL_NonlinearCG.hpp.

template<class Real >
std::vector<Teuchos::RCP<Vector<Real> > > ROL::NonlinearCGState< Real >::pstep

Definition at line 58 of file ROL_NonlinearCG.hpp.

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

Definition at line 59 of file ROL_NonlinearCG.hpp.

template<class Real >
int ROL::NonlinearCGState< Real >::restart

Definition at line 60 of file ROL_NonlinearCG.hpp.

template<class Real >
ENonlinearCG ROL::NonlinearCGState< Real >::nlcg_type

Definition at line 61 of file ROL_NonlinearCG.hpp.


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