class HCL_InvLinearOp_d : public HCL_LinearOp_d HCL_InvLinearOp_d creates the inverse operator of a HCL_LinearOp_d as an operator in its own right
| | HCL_InvLinearOp_d ( HCL_LinearOp_d * l ) Constructs the inverse operator based on the forward operator with InvImage method; pointer version |
| | HCL_InvLinearOp_d ( HCL_LinearOp_d * l, HCL_LinearSolver_d *ls ) Constructs the inverse operator based on the forward operator and a linear solver; pointer version |
| | Domain () const Domain space access |
| | Range () const Range space access |
| | Image ( const HCL_Vector_d & x, HCL_Vector_d & y ) const Image computes the action of the operator on x, giving y. |
| | AdjImage ( const HCL_Vector_d & x, HCL_Vector_d & z ) const AdjImage computes the adjoint of the operator on x, giving z. |
| | InvImage ( const HCL_Vector_d & y, HCL_Vector_d & x ) const InvImage computes the action of the inverse on y, giving x. |
| | InvAdjImage (const HCL_Vector_d & x, HCL_Vector_d & y) const InvAdjImage computes the action of the inverse adjoint on x, giving y |
| | 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
|
| | 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
|
| | InvImageAdd (const HCL_Vector_d & x, const HCL_Vector_d & z, HCL_Vector_d & y, double a=1.0, double b=1.0) const InvImageAdd implements
|
| | InvAdjImageAdd (const HCL_Vector_d & x, const HCL_Vector_d & z, HCL_Vector_d & y, double a=1.0, double b=1.0) const InvAdjImageAdd implements
|
| | ImageAdd (const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const ImageAdd implements
|
| | AdjImageAdd (const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const AdjImageAdd implements
|
| | InvImageAdd (const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const InvImageAdd implements
|
| | InvAdjImageAdd (const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const InvAdjImageAdd implements
|
| | Write ( ostream & str ) const Write invokes the Write method of the original operator. |
HCL_InvLinearOp_d creates the inverse operator of a HCL_LinearOp_d as an operator in its own right. If the original operator does not have an implemented InvImage method, then a HCL_LinearSolver_d must be provided. Note that this object points to the original linear operator and linear solver.
HCL_InvLinearOp_d( HCL_LinearOp_d * l, HCL_LinearSolver_d *ls )
virtual HCL_VectorSpace_d& Domain() const
virtual HCL_VectorSpace_d& Range() const
virtual void Image( const HCL_Vector_d & x, HCL_Vector_d & y ) const
virtual void AdjImage( const HCL_Vector_d & x, HCL_Vector_d & z ) const
virtual void InvImage( const HCL_Vector_d & y, HCL_Vector_d & x ) const
virtual void InvAdjImage(const HCL_Vector_d & x, HCL_Vector_d & y) const
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
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
virtual void InvImageAdd(const HCL_Vector_d & x, const HCL_Vector_d & z, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void InvAdjImageAdd(const HCL_Vector_d & x, const HCL_Vector_d & z, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void ImageAdd(const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void AdjImageAdd(const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void InvImageAdd(const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void InvAdjImageAdd(const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual ostream& Write( ostream & str ) const
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