class HCL_ZeroLinearOp_d : public HCL_LinearOpNormal_d

HCL_ZeroLinearOp_d is a class implementing the zero linear operator

Inheritance:


Public Methods

virtual void AdjImage ( const HCL_Vector_d & y, HCL_Vector_d & x )
AdjImage computes $x = 0$.
virtual HCL_VectorSpace_d& Domain ()
Domain space access
HCL_ZeroLinearOp_d ( HCL_VectorSpace_d * d, HCL_VectorSpace_d * r )
Usual constructor; needs the domain and range
virtual void Image ( const HCL_Vector_d & x, HCL_Vector_d & y )
Image computes $y = 0$.
virtual void NormalImage ( const HCL_Vector_d & x, HCL_Vector_d & y )
NormalImage computes $y = 0$.
virtual HCL_VectorSpace_d& Range ()
Range space access
virtual ostream& Write ( ostream & str )
Write prints out the domain and range

Inherited from HCL_LinearOpNormal_d:

Public Methods

int TestNormal( int display = 1, double tol = 100 )

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_ZeroLinearOp_d is a class implementing the zero linear operator
HCL_ZeroLinearOp_d( HCL_VectorSpace_d * d, HCL_VectorSpace_d * r )
Usual constructor; needs the domain and range

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

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

virtual void Image( const HCL_Vector_d & x, HCL_Vector_d & y )
Image computes $y = 0$.

virtual void AdjImage( const HCL_Vector_d & y, HCL_Vector_d & x )
AdjImage computes $x = 0$.

virtual void NormalImage( const HCL_Vector_d & x, HCL_Vector_d & y )
NormalImage computes $y = 0$.

virtual ostream& Write( ostream & str )
Write prints out the domain and range


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