ROL
ROL::CauchyPoint_U< Real > Class Template Reference

Provides interface for the Cauchy point trust-region subproblem solver. More...

#include <ROL_CauchyPoint_U.hpp>

Inheritance diagram for ROL::CauchyPoint_U< Real >:

Public Member Functions

 CauchyPoint_U ()
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 ()
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

Private Attributes

Ptr< Vector< Real > > dual_

Detailed Description

template<class Real>
class ROL::CauchyPoint_U< Real >

Provides interface for the Cauchy point trust-region subproblem solver.

Definition at line 23 of file ROL_CauchyPoint_U.hpp.

Constructor & Destructor Documentation

◆ CauchyPoint_U()

template<class Real>
ROL::CauchyPoint_U< Real >::CauchyPoint_U ( )
inline

Definition at line 30 of file ROL_CauchyPoint_U.hpp.

Member Function Documentation

◆ initialize()

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

Definition at line 32 of file ROL_CauchyPoint_U.hpp.

References ROL::Vector< Real >::clone(), and dual_.

◆ solve()

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

Member Data Documentation

◆ dual_

template<class Real>
Ptr<Vector<Real> > ROL::CauchyPoint_U< Real >::dual_
private

Definition at line 26 of file ROL_CauchyPoint_U.hpp.

Referenced by initialize(), and solve().


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