class HCL_LinearOpAdjEucRange_d : public HCL_LinearOpAdj_d

HCL_LinearOpAdjEucRange_d is an abstract base class which is almost identical to HCL_LinearOpAdj_d, from which it is derived, except that the range of the linear operator is required to be a HCL_EuclideanVectorSpace_d

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

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_LinearOpAdjEucRange_d is an abstract base class which is almost identical to HCL_LinearOpAdj_d, from which it is derived, except that the range of the linear operator is required to be a HCL_EuclideanVectorSpace_d. This class is useful when it is required that the operator map into a range which is explicitly finite-dimensional, such as when the operator represents linear or linearized constraints in a Nonlinear Programming Problem.

The only beyond those defined in HCL_LinearOpAdj_d, is EucRange, which returns the range as a HCL_EuclideanVectorSpace_d. See HCL_LinearOpAdj_d for more details.

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.

virtual ostream& Write( ostream & str )
Debugging information. Write should be implemented to print a description of the object that will be useful for debugging. If a complete description is lengthy, an implementor should consider just printing out a useful subset. This method will likely be used to send information to the screen when a error condition is encountered.


Direct child classes:
HCL_RowOperator_d
HCL_Matrix_d

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