HCL_Normal_d creates the normal operator of a HCL_LinearOp_d as an operator in its own right
HCL_Normal_d ( HCL_LinearOp_d * l ) Constructs the object from a HCL_LinearOp_d pointer. | |
virtual HCL_VectorSpace_d& | Domain () const Domain space access |
virtual HCL_VectorSpace_d& | Range () const Range space access |
virtual void | Image ( const HCL_Vector_d & x, HCL_Vector_d & z ) const Image computes the action of the operator on x, giving z. |
virtual void | AdjImage ( const HCL_Vector_d & x, HCL_Vector_d & z ) const AdjImage computes the adjoint of the operator on x, giving z. |
virtual void | InvImage (const HCL_Vector_d & y, HCL_Vector_d & x) const InvImage computes the action of the inverse on y, giving x. |
virtual void | InvAdjImage (const HCL_Vector_d & x, HCL_Vector_d & y) const InvAdjImage computes the action of the inverse adjoint on x, giving y |
virtual void | ImageAdd (const HCL_Vector_d & x, const HCL_Vector_d & z, HCL_Vector_d & y, double a=1.0, double b=1.0) const ImageAdd implements |
virtual void | AdjImageAdd (const HCL_Vector_d & x, const HCL_Vector_d & z, HCL_Vector_d & y, double a=1.0, double b=1.0) const AdjImageAdd implements |
virtual void | ImageAdd (const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const ImageAdd implements |
virtual void | AdjImageAdd (const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const AdjImageAdd implements |
virtual ostream& | Write ( ostream & str ) const Write invokes the Write method of the original operator. |
HCL_Normal_d creates the normal operator of a HCL_LinearOp_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_LinearOp_d; in particular, the various image methods are implemented to call the corresponding methods of the original linear operator.
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