class HCL_ZeroBiLinearOp_d : public HCL_BiLinearOp_d

HCL_ZeroBiLinearOp_d implements a bilinear operator which is identically zero:

Inheritance:


Public Methods

HCL_ZeroBiLinearOp_d ( HCL_VectorSpace_d * d1, HCL_VectorSpace_d * d2, HCL_VectorSpace_d * r )
Usual constructor; just needs pointers to the domains and range.
virtual HCL_VectorSpace_d& Domain1 () const
Access to the domain of the first argument
virtual HCL_VectorSpace_d& Domain2 () const
Access to the domain of the second argument
virtual HCL_VectorSpace_d& Range () const
Access to the range
virtual void Image ( const HCL_Vector_d & x, const HCL_Vector_d & y, HCL_Vector_d & z ) const
Image computes the action of the operator on the pair (x,y), giving z.
virtual HCL_LinearOp_d* Op1 ( const HCL_Vector_d & x ) const
Access to Op1 as a linear operator.
virtual HCL_LinearOp_d* Op2 ( const HCL_Vector_d & y ) const
Access to Op2 as a linear operator.
virtual HCL_LinearOp_d* Op3 ( const HCL_Vector_d & z ) const
Access to the "partial adjoint" of the bilinear operator
virtual ostream& Write ( ostream & str ) const
Debugging information

Inherited from HCL_BiLinearOp_d:

Public Methods

int CheckAdj( int Display = 1, double tol = 1000 )

Protected Methods

virtual void PartialAdjImage( int i, const HCL_Vector_d & xy, const HCL_Vector_d & z, HCL_Vector_d & yx ) const

Inherited from HCL_Base:

Public Methods

void IncCount() const
void DecCount() const
int Count() const

Documentation

HCL_ZeroBiLinearOp_d implements a bilinear operator which is identically zero:
HCL_ZeroBiLinearOp_d( HCL_VectorSpace_d * d1, HCL_VectorSpace_d * d2, HCL_VectorSpace_d * r )
Usual constructor; just needs pointers to the domains and range.

virtual HCL_VectorSpace_d& Domain1() const
Access to the domain of the first argument. Returns a reference to a HCL_VectorSpace_d.

virtual HCL_VectorSpace_d& Domain2() const
Access to the domain of the second argument. Returns a reference to a HCL_VectorSpace_d.

virtual HCL_VectorSpace_d& Range() const
Access to the range. Returns a reference to a HCL_VectorSpace_d.

virtual void Image( const HCL_Vector_d & x, const HCL_Vector_d & y, HCL_Vector_d & z ) const
Image computes the action of the operator on the pair (x,y), giving z.

virtual HCL_LinearOp_d* Op1( const HCL_Vector_d & x ) const
Access to Op1 as a linear operator.

virtual HCL_LinearOp_d* Op2( const HCL_Vector_d & y ) const
Access to Op2 as a linear operator.

virtual HCL_LinearOp_d* Op3( const HCL_Vector_d & z ) const
Access to the "partial adjoint" of the bilinear operator. Assume B:XxY --> Z is the bilinear operator. Then Op3 returns the operator x |---> (B(x))'z. Its adjoint is the operator y |---> (B(.)y)'z

virtual ostream& Write( ostream & str ) const
Debugging information


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de