HCL_LinearOpInv_d represents a linear operator which knows how to compute its inverse (or an approximation to it)
![]() | Domain () Domain space access |
![]() | Image (const HCL_Vector_d & x, HCL_Vector_d & y) Image computes the action of the operator on x, giving y. |
![]() | InvImage (const HCL_Vector_d & y, HCL_Vector_d & x) InvImage computes the action of the inverse on y, giving x. |
![]() | Range () Range space access |
![]() | Write ( ostream & str ) Debugging information |
HCL_LinearOpInv_d represents a linear operator which knows how to compute its inverse (or an approximation to it). The primary method, in addition to those of HCL_LinearOp_d, is InvImage. If L is a HCL_LinearOpInv_d, thenL.InvImage( y,x );assigns to x the solution (perhaps approximate) of Lx=y.
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