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 |
int | nfval |
int | ngrad |
Real | searchSize |
State for step class. Will be used for restarts.
Definition at line 121 of file ROL_Types.hpp.
|
inline |
Definition at line 128 of file ROL_Types.hpp.
Teuchos::RCP<Vector<Real> > ROL::StepState< Real >::gradientVec |
Definition at line 122 of file ROL_Types.hpp.
Teuchos::RCP<Vector<Real> > ROL::StepState< Real >::descentVec |
Definition at line 123 of file ROL_Types.hpp.
Teuchos::RCP<Vector<Real> > ROL::StepState< Real >::constraintVec |
Definition at line 124 of file ROL_Types.hpp.
int ROL::StepState< Real >::nfval |
Definition at line 125 of file ROL_Types.hpp.
int ROL::StepState< Real >::ngrad |
Definition at line 126 of file ROL_Types.hpp.
Real ROL::StepState< Real >::searchSize |
Definition at line 127 of file ROL_Types.hpp.