ROL
|
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 |
State for step class. Will be used for restarts.
Definition at line 107 of file ROL_Types.hpp.
|
inline |
Definition at line 112 of file ROL_Types.hpp.
Teuchos::RCP<Vector<Real> > ROL::StepState< Real >::gradientVec |
Definition at line 108 of file ROL_Types.hpp.
Teuchos::RCP<Vector<Real> > ROL::StepState< Real >::descentVec |
Definition at line 109 of file ROL_Types.hpp.
Teuchos::RCP<Vector<Real> > ROL::StepState< Real >::constraintVec |
Definition at line 110 of file ROL_Types.hpp.
Real ROL::StepState< Real >::searchSize |
Definition at line 111 of file ROL_Types.hpp.