HCL_CompLinearOp_d is a concrete class implementing a composition of two or more linear operators
![]() | 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. |
![]() | Range () Range space access |
![]() | SetNext ( HCL_LinearOp_d * L ) SetNext is used for initializing the terms in the linear combination |
![]() | constructors and destructor
| ||||||||||
![]() | I/O
|
HCL_CompLinearOp_d is a concrete class implementing a composition of two or more linear operators
HCL_CompLinearOp_d( const HCL_CompLinearOp_d & L )
HCL_CompLinearOp_d( HCL_VectorSpace_d * d, HCL_VectorSpace_d * r, int n )
HCL_CompLinearOp_d( HCL_LinearOp_d * op1, HCL_LinearOp_d * op2 )
virtual HCL_VectorSpace_d& Range()
virtual void Image( const HCL_Vector_d & x, HCL_Vector_d & y )
void SetNext( HCL_LinearOp_d * L )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de