HCL_ZeroLinearOp_d is a class implementing the zero linear operator
![]() | AdjImage ( const HCL_Vector_d & y, HCL_Vector_d & x ) AdjImage computes $x = 0$. |
![]() | Domain () Domain space access |
![]() | HCL_ZeroLinearOp_d ( HCL_VectorSpace_d * d, HCL_VectorSpace_d * r ) Usual constructor; needs the domain and range |
![]() | Image ( const HCL_Vector_d & x, HCL_Vector_d & y ) Image computes $y = 0$. |
![]() | NormalImage ( const HCL_Vector_d & x, HCL_Vector_d & y ) NormalImage computes $y = 0$. |
![]() | Range () Range space access |
![]() | Write ( ostream & str ) Write prints out the domain and range |
HCL_ZeroLinearOp_d is a class implementing the zero linear operator
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 void NormalImage( const HCL_Vector_d & x, HCL_Vector_d & y )
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