class HCL_Adjoint_d : public HCL_LinearOpAdj_d

HCL_Adjoint_d creates the adjoint operator of a HCL_LinearOpAdj_d as an operator in its own right

Inheritance:


Public Methods

virtual void AdjImage ( const HCL_Vector_d & y, HCL_Vector_d & x )
AdjImage computes the action of the adjoint on y, giving x.
virtual HCL_VectorSpace_d& Domain ()
Domain space access
HCL_Adjoint_d ( HCL_LinearOpAdj_d * l )
Usual constructor. Takes a pointer to the original operator.
HCL_Adjoint_d ( HCL_LinearOpAdj_d & l )
Usual constructor, Takes a reference to the original operator.
virtual void Image ( const HCL_Vector_d & x, HCL_Vector_d & y )
Image computes the action of the operator on x, giving y.
virtual HCL_VectorSpace_d& Range ()
Range space access
virtual ostream& Write ( ostream & str )
Write calls the Write method of the original operator.

Inherited from HCL_LinearOpAdj_d:

Public Methods

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

Inherited from HCL_LinearOp_d:


Inherited from HCL_Base:

Public Methods

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

Private Fields

int ReferenceCount

Documentation

HCL_Adjoint_d creates the adjoint operator of a HCL_LinearOpAdj_d as an operator in its own right. Note that this object points to the original linear operator. The primary methods are precisely those of HCL_LinearOpAdj_d; in particular, the Image and AdjImage methods work by simply calling the AdjImage and Image methods, respectively, of the original linear operator.
HCL_Adjoint_d( HCL_LinearOpAdj_d * l )
Usual constructor. Takes a pointer to the original operator.

HCL_Adjoint_d( HCL_LinearOpAdj_d & l )
Usual constructor, Takes a reference to the original operator.

virtual HCL_VectorSpace_d& Domain()
Domain space access. Returns a reference to the domain, which is a vector space.

virtual HCL_VectorSpace_d& Range()
Range space access. Returns a reference to the range, which is a vector space.

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

virtual void AdjImage( const HCL_Vector_d & y, HCL_Vector_d & x )
AdjImage computes the action of the adjoint on y, giving x.

virtual ostream& Write( ostream & str )
Write calls the Write method of the original operator.


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