HCL_PartitionedRnSpace_d represents a product vector space, in which each factor is an instance of HCL_RnSpace_d
![]() | GetType () Get type of vector space for comparison |
![]() | HCL_PartitionedRnSpace_d ( int n ) This constructor creates a space of n factors |
![]() | HCL_PartitionedRnSpace_d ( int m, int n ) This constructor creates a space of n identical factors, each of dimension m |
![]() | HCL_PartitionedRnSpace_d (const HCL_PartitionedRnSpace_d & x) Copy constructor. |
![]() | Member () Virtual constructor |
![]() | Number () Number returns the number of factors in the product. |
![]() | operator) ( int i ) The () operator returns a reference to the ith factor in the product. |
![]() | Replicate () Virtual copy constructor |
![]() | SetNext ( HCL_RnSpace_d * s ) SetNext is used to specify the next factor in the product |
![]() | SetNext ( int m ) SetNext is used to specify the dimension of the factors in the product |
HCL_PartitionedRnSpace_d represents a product vector space, in which each factor is an instance of HCL_RnSpace_d. The corresponding vector class, HCL_PartitionedRnVector_d, implements the product vector as a "long vector"; that is, the components are stored in a single array.See HCL_RnSpace_d and HCL_ProductSpace_d for more details.
HCL_PartitionedRnSpace_d( int m, int n )
HCL_PartitionedRnSpace_d( int n )
virtual void* GetType()
virtual HCL_Vector_d* Member()
virtual HCL_VectorSpace_d* Replicate()
virtual int Number()
virtual HCL_VectorSpace_d& operator)( int i )
void SetNext( int m )
void SetNext( HCL_RnSpace_d * s )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de