ROL
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ROL::BrentsProjection< Real > Class Template Reference

#include <ROL_BrentsProjection.hpp>

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

Public Member Functions

 BrentsProjection (const Vector< Real > &xprim, const Vector< Real > &xdual, const Ptr< BoundConstraint< Real >> &bnd, const Ptr< Constraint< Real >> &con, const Vector< Real > &mul, const Vector< Real > &res)
 
 BrentsProjection (const Vector< Real > &xprim, const Vector< Real > &xdual, const Ptr< BoundConstraint< Real >> &bnd, const Ptr< Constraint< Real >> &con, const Vector< Real > &mul, const Vector< Real > &res, ParameterList &list)
 
void project (Vector< Real > &x, std::ostream &stream=std::cout) override
 
- Public Member Functions inherited from ROL::PolyhedralProjection< Real >
virtual ~PolyhedralProjection ()
 
 PolyhedralProjection (const Ptr< BoundConstraint< Real >> &bnd)
 
 PolyhedralProjection (const Vector< Real > &xprim, const Vector< Real > &xdual, const Ptr< BoundConstraint< Real >> &bnd, const Ptr< Constraint< Real >> &con, const Vector< Real > &mul, const Vector< Real > &res)
 
const Ptr< Constraint< Real > > getLinearConstraint (void) const
 
const Ptr< BoundConstraint
< Real > > 
getBoundConstraint (void) const
 
const Ptr< Vector< Real > > getMultiplier (void) const
 
const Ptr< Vector< Real > > getResidual (void) const
 

Private Member Functions

void initialize (const Vector< Real > &xprim, const Vector< Real > &xdual, const Ptr< BoundConstraint< Real >> &bnd, const Ptr< Constraint< Real >> &con, const Vector< Real > &mul, const Vector< Real > &res)
 
Real residual (const Vector< Real > &x) const
 
void update_primal (Vector< Real > &y, const Vector< Real > &x, const Real lam) const
 
void project_df (Vector< Real > &x, Real &lam, Real &dlam, std::ostream &stream=std::cout) const
 

Private Attributes

int dim_
 
Ptr< Vector< Real > > xnew_
 
Ptr< Vector< Real > > Px_
 
Real b_
 
Real mul1_
 
Real dlam1_
 
Real cdot_
 
Real DEFAULT_atol_
 
Real DEFAULT_rtol_
 
Real DEFAULT_ltol_
 
int DEFAULT_maxit_
 
int DEFAULT_verbosity_
 
Real atol_
 
Real rtol_
 
Real ltol_
 
int maxit_
 
int verbosity_
 
Real ctol_
 

Additional Inherited Members

- Protected Attributes inherited from ROL::PolyhedralProjection< Real >
const Ptr< BoundConstraint
< Real > > 
bnd_
 
const Ptr< Constraint< Real > > con_
 
Ptr< Vector< Real > > xprim_
 
Ptr< Vector< Real > > xdual_
 
Ptr< Vector< Real > > mul_
 
Ptr< Vector< Real > > res_
 

Detailed Description

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

Definition at line 54 of file ROL_BrentsProjection.hpp.

Constructor & Destructor Documentation

template<typename Real >
ROL::BrentsProjection< Real >::BrentsProjection ( const Vector< Real > &  xprim,
const Vector< Real > &  xdual,
const Ptr< BoundConstraint< Real >> &  bnd,
const Ptr< Constraint< Real >> &  con,
const Vector< Real > &  mul,
const Vector< Real > &  res 
)
template<typename Real >
ROL::BrentsProjection< Real >::BrentsProjection ( const Vector< Real > &  xprim,
const Vector< Real > &  xdual,
const Ptr< BoundConstraint< Real >> &  bnd,
const Ptr< Constraint< Real >> &  con,
const Vector< Real > &  mul,
const Vector< Real > &  res,
ParameterList &  list 
)

Member Function Documentation

template<typename Real >
void ROL::BrentsProjection< Real >::initialize ( const Vector< Real > &  xprim,
const Vector< Real > &  xdual,
const Ptr< BoundConstraint< Real >> &  bnd,
const Ptr< Constraint< Real >> &  con,
const Vector< Real > &  mul,
const Vector< Real > &  res 
)
private
template<typename Real >
void ROL::BrentsProjection< Real >::project ( Vector< Real > &  x,
std::ostream &  stream = std::cout 
)
overridevirtual

Reimplemented from ROL::PolyhedralProjection< Real >.

Definition at line 135 of file ROL_BrentsProjection_Def.hpp.

template<typename Real >
Real ROL::BrentsProjection< Real >::residual ( const Vector< Real > &  x) const
private

Definition at line 150 of file ROL_BrentsProjection_Def.hpp.

template<typename Real >
void ROL::BrentsProjection< Real >::update_primal ( Vector< Real > &  y,
const Vector< Real > &  x,
const Real  lam 
) const
private
template<typename Real >
void ROL::BrentsProjection< Real >::project_df ( Vector< Real > &  x,
Real &  lam,
Real &  dlam,
std::ostream &  stream = std::cout 
) const
private

Definition at line 162 of file ROL_BrentsProjection_Def.hpp.

References ROL::Vector< Real >::set(), and zero.

Member Data Documentation

template<typename Real >
int ROL::BrentsProjection< Real >::dim_
private

Definition at line 56 of file ROL_BrentsProjection.hpp.

template<typename Real >
Ptr<Vector<Real> > ROL::BrentsProjection< Real >::xnew_
private

Definition at line 57 of file ROL_BrentsProjection.hpp.

template<typename Real >
Ptr<Vector<Real> > ROL::BrentsProjection< Real >::Px_
private

Definition at line 57 of file ROL_BrentsProjection.hpp.

template<typename Real >
Real ROL::BrentsProjection< Real >::b_
private

Definition at line 58 of file ROL_BrentsProjection.hpp.

template<typename Real >
Real ROL::BrentsProjection< Real >::mul1_
private

Definition at line 58 of file ROL_BrentsProjection.hpp.

template<typename Real >
Real ROL::BrentsProjection< Real >::dlam1_
private

Definition at line 58 of file ROL_BrentsProjection.hpp.

template<typename Real >
Real ROL::BrentsProjection< Real >::cdot_
private

Definition at line 58 of file ROL_BrentsProjection.hpp.

template<typename Real >
Real ROL::BrentsProjection< Real >::DEFAULT_atol_
private
template<typename Real >
Real ROL::BrentsProjection< Real >::DEFAULT_rtol_
private
template<typename Real >
Real ROL::BrentsProjection< Real >::DEFAULT_ltol_
private
template<typename Real >
int ROL::BrentsProjection< Real >::DEFAULT_maxit_
private
template<typename Real >
int ROL::BrentsProjection< Real >::DEFAULT_verbosity_
private
template<typename Real >
Real ROL::BrentsProjection< Real >::atol_
private
template<typename Real >
Real ROL::BrentsProjection< Real >::rtol_
private
template<typename Real >
Real ROL::BrentsProjection< Real >::ltol_
private
template<typename Real >
int ROL::BrentsProjection< Real >::maxit_
private
template<typename Real >
int ROL::BrentsProjection< Real >::verbosity_
private
template<typename Real >
Real ROL::BrentsProjection< Real >::ctol_
private

Definition at line 66 of file ROL_BrentsProjection.hpp.


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