HCL_NonSymSparseMat_d is the HCL object representing nonsymmetric sparse matrices
![]() | Constructors
| ||||||||
![]() | Data Access | ||||||||
![]() | Dimension Access | ||||||||
![]() | Input/Output
| ||||||||
![]() | Operations
| ||||||||
![]() | Range and Domain space access
|
Operators
Range and Domain Space Access
HCL_NonSymSparseMat_d is the HCL object representing nonsymmetric sparse matrices
HCL_NonSymSparseMat_d( const HCL_NonSymSparseMat_d & D )
HCL_NonSymSparseMat_d( HCL_RnSpace_d * d, HCL_RnSpace_d * r, int Maxnz, char * sname = NULL )
HCL_NonSymSparseMat_d( int m, int n, int Maxnz, char * sname = NULL )
int Cols()
int RowsOpt()
int ColsOpt()
virtual double& operator)(int i, int j)
double EntryOpt(int i, int j)
int* IA_ptr()
int* JA_ptr()
double* A_ptr()
virtual HCL_VectorSpace_d& Range()
virtual HCL_EuclideanVectorSpace_d& EucRange()
virtual void AdjImage( const HCL_Vector_d & xx, HCL_Vector_d & yy )
virtual void Add( int k, int l, double e )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de