ROL
Public Member Functions | Private Types | Static Private Attributes | List of all members
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
 Apply linear operator. More...
 
void applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply inverse of linear operator. More...
 
- Public Member Functions inherited from ROL::LinearOperator< Real >
virtual ~LinearOperator ()
 
virtual void update (const Vector< Real > &x, bool flag=true, int iter=-1)
 Update linear operator. More...
 
virtual void applyAdjoint (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply adjoint of linear operator. More...
 
virtual void applyAdjointInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply adjoint of the inverse linear operator. More...
 

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 144 of file ROL_PrimalDualInteriorPointOperator.hpp.

Member Typedef Documentation

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

Definition at line 146 of file ROL_PrimalDualInteriorPointOperator.hpp.

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

Definition at line 147 of file ROL_PrimalDualInteriorPointOperator.hpp.

Member Function Documentation

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

Apply linear operator.

This function applies the linear operator to a vector.

Parameters
[out]Hvis the output vector.
[in]vis the input vector.
[in]tolis a tolerance for inexact linear operator application.

Implements ROL::LinearOperator< Real >.

Definition at line 156 of file ROL_PrimalDualInteriorPointOperator.hpp.

References ROL::PrimalDualInteriorPointBlock12< Real >::EQUAL, ROL::PartitionedVector< Real >::get(), ROL::PrimalDualInteriorPointBlock12< Real >::LOWER, ROL::PrimalDualInteriorPointBlock12< Real >::OPT, and ROL::PrimalDualInteriorPointBlock12< Real >::UPPER.

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

Apply inverse of linear operator.

This function applies the inverse of linear operator to a vector.

Parameters
[out]Hvis the output vector.
[in]vis the input vector.
[in]tolis a tolerance for inexact linear operator application.

Reimplemented from ROL::LinearOperator< Real >.

Definition at line 176 of file ROL_PrimalDualInteriorPointOperator.hpp.

Member Data Documentation

template<class Real >
const size_type ROL::PrimalDualInteriorPointBlock12< Real >::OPT = 0
staticprivate
template<class Real >
const size_type ROL::PrimalDualInteriorPointBlock12< Real >::EQUAL = 1
staticprivate
template<class Real >
const size_type ROL::PrimalDualInteriorPointBlock12< Real >::LOWER = 0
staticprivate
template<class Real >
const size_type ROL::PrimalDualInteriorPointBlock12< Real >::UPPER = 1
staticprivate

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