ROL
ROL::ROL::TruncatedCG_U< Real > Class Template Reference

#include <ROL_Constraint_SerialSimOpt.hpp>

Inheritance diagram for ROL::ROL::TruncatedCG_U< Real >:

Public Member Functions

 TruncatedCG_U (ParameterList &parlist)
void initialize (const Vector< Real > &x, const Vector< Real > &g)
void solve (Vector< Real > &s, Real &snorm, Real &pRed, int &iflag, int &iter, const Real del, TrustRegionModel_U< Real > &model)
Public Member Functions inherited from ROL::ROL::TrustRegion_U< Real >
virtual ~TrustRegion_U ()

Private Attributes

Ptr< Vector< Real > > s_
Ptr< Vector< Real > > g_
Ptr< Vector< Real > > v_
Ptr< Vector< Real > > p_
Ptr< Vector< Real > > Hp_
int maxit_
Real tol1_
Real tol2_

Detailed Description

template<class Real>
class ROL::ROL::TruncatedCG_U< Real >

Definition at line 23 of file ROL_Constraint_SerialSimOpt.hpp.

Constructor & Destructor Documentation

◆ TruncatedCG_U()

template<class Real>
ROL::ROL::TruncatedCG_U< Real >::TruncatedCG_U ( ParameterList & parlist)
inline

Definition at line 34 of file ROL_Constraint_SerialSimOpt.hpp.

Member Function Documentation

◆ initialize()

template<class Real>
void ROL::ROL::TruncatedCG_U< Real >::initialize ( const Vector< Real > & x,
const Vector< Real > & g )
inlinevirtual

Reimplemented from ROL::ROL::TrustRegion_U< Real >.

Definition at line 42 of file ROL_Constraint_SerialSimOpt.hpp.

◆ solve()

template<class Real>
void ROL::ROL::TruncatedCG_U< Real >::solve ( Vector< Real > & s,
Real & snorm,
Real & pRed,
int & iflag,
int & iter,
const Real del,
TrustRegionModel_U< Real > & model )
inlinevirtual

Implements ROL::ROL::TrustRegion_U< Real >.

Definition at line 50 of file ROL_Constraint_SerialSimOpt.hpp.

Member Data Documentation

◆ s_

template<class Real>
Ptr<Vector<Real> > ROL::ROL::TruncatedCG_U< Real >::s_
private

Definition at line 25 of file ROL_Constraint_SerialSimOpt.hpp.

◆ g_

template<class Real>
Ptr<Vector<Real> > ROL::ROL::TruncatedCG_U< Real >::g_
private

Definition at line 25 of file ROL_Constraint_SerialSimOpt.hpp.

◆ v_

template<class Real>
Ptr<Vector<Real> > ROL::ROL::TruncatedCG_U< Real >::v_
private

Definition at line 25 of file ROL_Constraint_SerialSimOpt.hpp.

◆ p_

template<class Real>
Ptr<Vector<Real> > ROL::ROL::TruncatedCG_U< Real >::p_
private

Definition at line 25 of file ROL_Constraint_SerialSimOpt.hpp.

◆ Hp_

template<class Real>
Ptr<Vector<Real> > ROL::ROL::TruncatedCG_U< Real >::Hp_
private

Definition at line 25 of file ROL_Constraint_SerialSimOpt.hpp.

◆ maxit_

template<class Real>
int ROL::ROL::TruncatedCG_U< Real >::maxit_
private

Definition at line 27 of file ROL_Constraint_SerialSimOpt.hpp.

◆ tol1_

template<class Real>
Real ROL::ROL::TruncatedCG_U< Real >::tol1_
private

Definition at line 28 of file ROL_Constraint_SerialSimOpt.hpp.

◆ tol2_

template<class Real>
Real ROL::ROL::TruncatedCG_U< Real >::tol2_
private

Definition at line 29 of file ROL_Constraint_SerialSimOpt.hpp.


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