HCL_ColOperator_d implements a linear operator from Euclidean $n$-space into an abstract vector space $X$
![]() | 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_ColOperator_d ( const HCL_VectorSpace_d * r, int n ) Usual constructor. |
![]() | Image ( const HCL_Vector_d & x, HCL_Vector_d & y ) Image compute the action of the operator on x, giving y. |
![]() | Range () Range space access |
![]() | SetNext ( const HCL_Vector_d * r ) SetNext adds the next column to the (abstract) matrix. |
![]() | Write ( ostream & str ) Debugging information |
HCL_ColOperator_d implements a linear operator from Euclidean $n$-space into an abstract vector space $X$. The operator is defined by linear combination of the columns of an (abstract) matrix.
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 )
void SetNext( const HCL_Vector_d * r )
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