ROL
Public Member Functions | List of all members
ROL::TrustRegion_U< Real > Class Template Referenceabstract

Provides interface for and implements trust-region subproblem solvers. More...

#include <ROL_TrustRegion_U.hpp>

+ Inheritance diagram for ROL::TrustRegion_U< Real >:

Public Member Functions

virtual ~TrustRegion_U ()
 
virtual void initialize (const Vector< Real > &x, const Vector< Real > &g)
 
virtual void solve (Vector< Real > &s, Real &snorm, Real &pRed, int &iflag, int &iter, const Real del, TrustRegionModel_U< Real > &model)=0
 

Detailed Description

template<typename Real>
class ROL::TrustRegion_U< Real >

Provides interface for and implements trust-region subproblem solvers.

Definition at line 57 of file ROL_TrustRegion_U.hpp.

Constructor & Destructor Documentation

◆ ~TrustRegion_U()

template<typename Real >
virtual ROL::TrustRegion_U< Real >::~TrustRegion_U ( )
inlinevirtual

Definition at line 59 of file ROL_TrustRegion_U.hpp.

Member Function Documentation

◆ initialize()

template<typename Real >
virtual void ROL::TrustRegion_U< Real >::initialize ( const Vector< Real > & x,
const Vector< Real > & g )
inlinevirtual

◆ solve()

template<typename Real >
virtual void ROL::TrustRegion_U< Real >::solve ( Vector< Real > & s,
Real & snorm,
Real & pRed,
int & iflag,
int & iter,
const Real del,
TrustRegionModel_U< Real > & model )
pure virtual

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