HCL_Adjoint_d creates the adjoint operator of a HCL_LinearOpAdj_d as an operator in its own right
![]() | AdjImage ( const HCL_Vector_d & y, HCL_Vector_d & x ) AdjImage computes the action of the adjoint on y, giving x. |
![]() | Domain () Domain space access |
![]() | HCL_Adjoint_d ( HCL_LinearOpAdj_d * l ) Usual constructor. Takes a pointer to the original operator. |
![]() | HCL_Adjoint_d ( HCL_LinearOpAdj_d & l ) Usual constructor, Takes a reference to the original operator. |
![]() | Image ( const HCL_Vector_d & x, HCL_Vector_d & y ) Image computes the action of the operator on x, giving y. |
![]() | Range () Range space access |
![]() | Write ( ostream & str ) Write calls the Write method of the original operator. |
HCL_Adjoint_d creates the adjoint operator of a HCL_LinearOpAdj_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_LinearOpAdj_d; in particular, the Image and AdjImage methods work by simply calling the AdjImage and Image methods, respectively, of the original linear operator.
HCL_Adjoint_d( HCL_LinearOpAdj_d & l )
virtual HCL_VectorSpace_d& Domain()
virtual HCL_VectorSpace_d& Range()
virtual void Image( const HCL_Vector_d & x, HCL_Vector_d & y )
virtual void AdjImage( const HCL_Vector_d & y, HCL_Vector_d & x )
virtual ostream& Write( ostream & str )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de