class HCL_Normal_d : public HCL_LinearOpAdj_d

HCL_Normal_d creates the normal operator of a HCL_LinearOpAdj_d or HCL_LinearOpNormal_d as an operator in its own right

Inheritance:


Public Methods

virtual void AdjImage ( const HCL_Vector_d & x, HCL_Vector_d & z )
AdjImage computes the adjoint of the operator on x, giving z.
virtual HCL_VectorSpace_d& Domain ()
Domain space access
HCL_Normal_d ( HCL_LinearOpAdj_d * l )
Constructs the object from a HCL_LinearOpAdj_d pointer.
HCL_Normal_d ( HCL_LinearOpAdj_d & l )
Constructs the object from a HCL_LinearOpAdj_d reference.
HCL_Normal_d ( HCL_LinearOpNormal_d & l )
Constructs the object from a HCL_LinearOpNormal_d reference.
HCL_Normal_d ( HCL_LinearOpNormal_d * l )
Constructs the object from a HCL_LinearOpNormal_d pointer.
virtual void Image ( const HCL_Vector_d & x, HCL_Vector_d & z )
Image computes the action of the operator on x, giving z.
virtual HCL_VectorSpace_d& Range ()
Range space access
virtual ostream& Write ( ostream & str )
Write invokes 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_Normal_d creates the normal operator of a HCL_LinearOpAdj_d or HCL_LinearOpNormal_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_LinearOpAdjoint_d; in particular, the various image methods are implemented to call the corresponding methods of the original linear operator.
HCL_Normal_d( HCL_LinearOpAdj_d * l )
Constructs the object from a HCL_LinearOpAdj_d pointer.

HCL_Normal_d( HCL_LinearOpNormal_d * l )
Constructs the object from a HCL_LinearOpNormal_d pointer.

HCL_Normal_d( HCL_LinearOpAdj_d & l )
Constructs the object from a HCL_LinearOpAdj_d reference.

HCL_Normal_d( HCL_LinearOpNormal_d & l )
Constructs the object from a HCL_LinearOpNormal_d reference.

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 & z )
Image computes the action of the operator on x, giving z.

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

virtual ostream& Write( ostream & str )
Write invokes 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