ROL
ROL::PrimalDualInteriorPointBlock22< Real > Class Template Reference

#include <ROL_PrimalDualInteriorPointOperator.hpp>

Inheritance diagram for ROL::PrimalDualInteriorPointBlock22< Real >:

Public Member Functions

 PrimalDualInteriorPointBlock22 (const ROL::Ptr< BND > &bnd, const Vector< Real > &x)
virtual void update (const Vector< Real > &x, bool flag=true, int iter=-1)
virtual void apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
virtual void applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
Public Member Functions inherited from ROL::ROL::LinearOperator< Real >
virtual ~LinearOperator ()
virtual void update (const Vector< Real > &x, bool flag=true, int iter=-1)
 Update linear operator.
virtual void apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const =0
 Apply linear operator.
virtual void applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply inverse of linear operator.
virtual void applyAdjoint (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply adjoint of linear operator.
virtual void applyAdjointInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply adjoint of the inverse linear operator.

Private Types

typedef Vector< Real > V
typedef PartitionedVector< Real > PV
typedef BoundConstraint< Real > BND

Private Attributes

ROL::Ptr< const Vx_
ROL::Ptr< const Vxl_
ROL::Ptr< const Vxu_
Elementwise::Multiply< Real > mult_
Elementwise::Multiply< Real > divinv_

Static Private Attributes

static const size_type OPT = 0
static const size_type LOWER = 0
static const size_type UPPER = 1

Detailed Description

template<class Real>
class ROL::PrimalDualInteriorPointBlock22< Real >

Definition at line 212 of file ROL_PrimalDualInteriorPointOperator.hpp.

Member Typedef Documentation

◆ V

template<class Real>
typedef Vector<Real> ROL::PrimalDualInteriorPointBlock22< Real >::V
private

Definition at line 214 of file ROL_PrimalDualInteriorPointOperator.hpp.

◆ PV

template<class Real>
typedef PartitionedVector<Real> ROL::PrimalDualInteriorPointBlock22< Real >::PV
private

Definition at line 215 of file ROL_PrimalDualInteriorPointOperator.hpp.

◆ BND

template<class Real>
typedef BoundConstraint<Real> ROL::PrimalDualInteriorPointBlock22< Real >::BND
private

Definition at line 216 of file ROL_PrimalDualInteriorPointOperator.hpp.

Constructor & Destructor Documentation

◆ PrimalDualInteriorPointBlock22()

template<class Real>
ROL::PrimalDualInteriorPointBlock22< Real >::PrimalDualInteriorPointBlock22 ( const ROL::Ptr< BND > & bnd,
const Vector< Real > & x )
inline

Member Function Documentation

◆ update()

template<class Real>
virtual void ROL::PrimalDualInteriorPointBlock22< Real >::update ( const Vector< Real > & x,
bool flag = true,
int iter = -1 )
inlinevirtual

◆ apply()

template<class Real>
virtual void ROL::PrimalDualInteriorPointBlock22< Real >::apply ( Vector< Real > & Hv,
const Vector< Real > & v,
Real & tol ) const
inlinevirtual

◆ applyInverse()

template<class Real>
virtual void ROL::PrimalDualInteriorPointBlock22< Real >::applyInverse ( Vector< Real > & Hv,
const Vector< Real > & v,
Real & tol ) const
inlinevirtual

Member Data Documentation

◆ OPT

template<class Real>
const size_type ROL::PrimalDualInteriorPointBlock22< Real >::OPT = 0
staticprivate

◆ LOWER

template<class Real>
const size_type ROL::PrimalDualInteriorPointBlock22< Real >::LOWER = 0
staticprivate

Definition at line 219 of file ROL_PrimalDualInteriorPointOperator.hpp.

Referenced by apply(), and applyInverse().

◆ UPPER

template<class Real>
const size_type ROL::PrimalDualInteriorPointBlock22< Real >::UPPER = 1
staticprivate

Definition at line 220 of file ROL_PrimalDualInteriorPointOperator.hpp.

Referenced by apply(), and applyInverse().

◆ x_

template<class Real>
ROL::Ptr<const V> ROL::PrimalDualInteriorPointBlock22< Real >::x_
private

◆ xl_

template<class Real>
ROL::Ptr<const V> ROL::PrimalDualInteriorPointBlock22< Real >::xl_
private

◆ xu_

template<class Real>
ROL::Ptr<const V> ROL::PrimalDualInteriorPointBlock22< Real >::xu_
private

◆ mult_

template<class Real>
Elementwise::Multiply<Real> ROL::PrimalDualInteriorPointBlock22< Real >::mult_
private

Definition at line 226 of file ROL_PrimalDualInteriorPointOperator.hpp.

Referenced by apply().

◆ divinv_

template<class Real>
Elementwise::Multiply<Real> ROL::PrimalDualInteriorPointBlock22< Real >::divinv_
private

Definition at line 227 of file ROL_PrimalDualInteriorPointOperator.hpp.

Referenced by applyInverse().


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