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

Interface to apply a dyadic operator to a vector. More...

#include <ROL_DyadicOperator.hpp>

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

Public Member Functions

 DyadicOperator (const ROL::Ptr< const V > &x, const ROL::Ptr< const V > &y)
 
void apply (V &Hv, const V &v, Real &tol) const
 Apply linear operator. More...
 
void applyInverse (V &Hv, const V &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 ROL::Vector< Real > V
 

Private Attributes

const ROL::Ptr< const Vx_
 
const ROL::Ptr< const Vy_
 

Detailed Description

template<class Real>
class ROL::DyadicOperator< Real >

Interface to apply a dyadic operator to a vector.

Definition at line 59 of file ROL_DyadicOperator.hpp.

Member Typedef Documentation

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

Definition at line 61 of file ROL_DyadicOperator.hpp.

Constructor & Destructor Documentation

template<class Real >
ROL::DyadicOperator< Real >::DyadicOperator ( const ROL::Ptr< const V > &  x,
const ROL::Ptr< const V > &  y 
)
inline

Definition at line 70 of file ROL_DyadicOperator.hpp.

Member Function Documentation

template<class Real >
void ROL::DyadicOperator< Real >::apply ( V Hv,
const V 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 73 of file ROL_DyadicOperator.hpp.

References ROL::Vector< Real >::dot(), ROL::Vector< Real >::scale(), ROL::Vector< Real >::set(), ROL::DyadicOperator< Real >::x_, and ROL::DyadicOperator< Real >::y_.

template<class Real >
void ROL::DyadicOperator< Real >::applyInverse ( V Hv,
const V 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 78 of file ROL_DyadicOperator.hpp.

Member Data Documentation

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

Definition at line 65 of file ROL_DyadicOperator.hpp.

Referenced by ROL::DyadicOperator< Real >::apply().

template<class Real >
const ROL::Ptr<const V> ROL::DyadicOperator< Real >::y_
private

Definition at line 66 of file ROL_DyadicOperator.hpp.

Referenced by ROL::DyadicOperator< Real >::apply().


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