class HCL_RowOperator_d : public HCL_LinearOpAdjEucRange_d

HCL_RowOperator_d implements a linear operator from an abstract vector space $X$ into Euclidean $n$-space

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
virtual HCL_EuclideanVectorSpace_d& EucRange ()
Access to the range space, as a HCL_EuclideanVectorSpace_d
HCL_RowOperator_d ( const HCL_VectorSpace_d * d, int n )
Usual constructor.
virtual void Image ( const HCL_Vector_d & x, HCL_Vector_d & y )
Image compute the action of the operator on x, giving y.
virtual HCL_VectorSpace_d& Range ()
Range space access
void SetNext ( const HCL_Vector_d * r )
SetNext adds the next row to the (abstract) matrix.
virtual ostream& Write ( ostream & str )
Debugging information

Inherited from HCL_LinearOpAdjEucRange_d:


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_RowOperator_d implements a linear operator from an abstract vector space $X$ into Euclidean $n$-space. The operator is defined by inner product with rows of an (abstract) matrix.
HCL_RowOperator_d( const HCL_VectorSpace_d * d, int n )
Usual constructor.

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 HCL_EuclideanVectorSpace_d& EucRange()
Access to the range space, as a HCL_EuclideanVectorSpace_d. Returns a reference to the range of the operator, which is a HCL_EuclideanVectorSpace_d.

virtual void Image( const HCL_Vector_d & x, HCL_Vector_d & y )
Image compute 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.

void SetNext( const HCL_Vector_d * r )
SetNext adds the next row to the (abstract) matrix.

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