ROL
ROL::PrimalDualInteriorPointBlock12< Real > Class Template Reference

#include <ROL_PrimalDualInteriorPointOperator.hpp>

Inheritance diagram for ROL::PrimalDualInteriorPointBlock12< Real >:

Public Member Functions

void apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
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

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::PrimalDualInteriorPointBlock12< Real >

Definition at line 110 of file ROL_PrimalDualInteriorPointOperator.hpp.

Member Typedef Documentation

◆ V

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

Definition at line 112 of file ROL_PrimalDualInteriorPointOperator.hpp.

◆ PV

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

Definition at line 113 of file ROL_PrimalDualInteriorPointOperator.hpp.

Member Function Documentation

◆ apply()

template<class Real>
void ROL::PrimalDualInteriorPointBlock12< Real >::apply ( Vector< Real > & Hv,
const Vector< Real > & v,
Real & tol ) const
inline

◆ applyInverse()

template<class Real>
void ROL::PrimalDualInteriorPointBlock12< Real >::applyInverse ( Vector< Real > & Hv,
const Vector< Real > & v,
Real & tol ) const
inline

Definition at line 142 of file ROL_PrimalDualInteriorPointOperator.hpp.

Member Data Documentation

◆ OPT

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

Definition at line 115 of file ROL_PrimalDualInteriorPointOperator.hpp.

Referenced by apply().

◆ EQUAL

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

Definition at line 116 of file ROL_PrimalDualInteriorPointOperator.hpp.

Referenced by apply().

◆ LOWER

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

Definition at line 117 of file ROL_PrimalDualInteriorPointOperator.hpp.

Referenced by apply().

◆ UPPER

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

Definition at line 118 of file ROL_PrimalDualInteriorPointOperator.hpp.

Referenced by apply().


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