ROL
ROL::PrimalDualInteriorPointBlock21< Real > Class Template Reference

#include <ROL_PrimalDualInteriorPointOperator.hpp>

Inheritance diagram for ROL::PrimalDualInteriorPointBlock21< Real >:

Public Member Functions

 PrimalDualInteriorPointBlock21 (const V &z)
void update (const Vector< Real > &z, 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

Private Attributes

ROL::Ptr< const Vzl_
ROL::Ptr< const Vzu_

Static Private Attributes

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

Detailed Description

template<class Real>
class ROL::PrimalDualInteriorPointBlock21< Real >

Definition at line 153 of file ROL_PrimalDualInteriorPointOperator.hpp.

Member Typedef Documentation

◆ V

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

Definition at line 155 of file ROL_PrimalDualInteriorPointOperator.hpp.

◆ PV

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

Definition at line 156 of file ROL_PrimalDualInteriorPointOperator.hpp.

Constructor & Destructor Documentation

◆ PrimalDualInteriorPointBlock21()

template<class Real>
ROL::PrimalDualInteriorPointBlock21< Real >::PrimalDualInteriorPointBlock21 ( const V & z)
inline

Member Function Documentation

◆ update()

template<class Real>
void ROL::PrimalDualInteriorPointBlock21< Real >::update ( const Vector< Real > & z,
bool flag = true,
int iter = -1 )
inline

◆ apply()

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

◆ applyInverse()

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

Definition at line 202 of file ROL_PrimalDualInteriorPointOperator.hpp.

Member Data Documentation

◆ OPT

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

Definition at line 158 of file ROL_PrimalDualInteriorPointOperator.hpp.

Referenced by apply().

◆ EQUAL

template<class Real>
const size_type ROL::PrimalDualInteriorPointBlock21< Real >::EQUAL = 1
staticprivate

Definition at line 159 of file ROL_PrimalDualInteriorPointOperator.hpp.

Referenced by apply().

◆ LOWER

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

◆ UPPER

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

◆ zl_

template<class Real>
ROL::Ptr<const V> ROL::PrimalDualInteriorPointBlock21< Real >::zl_
private

◆ zu_

template<class Real>
ROL::Ptr<const V> ROL::PrimalDualInteriorPointBlock21< Real >::zu_
private

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