HCL_BandedMat_d is the HCL object representing banded matrices
![]() | Write ( ostream & str) Prints out debugging information |
![]() | Constructors
| ||||||||||||
![]() | Data Access | ||||||||||||
![]() | Data information
| ||||||||||||
![]() | Destructor
| ||||||||||||
![]() | Domain and Range Information
| ||||||||||||
![]() | Operations
| ||||||||||||
![]() | Row and Column Information |
Dimension Access
Operators
Range and Domain Space Access
HCL_BandedMat_d is the HCL object representing banded matrices. The storage format is that used by LAPACK; see the "LAPACK User's Guide" (2nd edition) by Anderson, Bai, et al. (SIAM, 1994).
int DiagLeft
int DiagRight
int numdiags
int ndat
double* Data
Constructors
HCL_BandedMat_d()
HCL_BandedMat_d(const HCL_BandedMat_d &)
HCL_BandedMat_d(const HCL_Matrix_d &)
HCL_BandedMat_d(HCL_RnSpace_d * d, HCL_RnSpace_d * r, int DiagLeft, int DiagRight )
HCL_BandedMat_d(int m, int n, int DiagLeft, int DiagRight )
HCL_BandedMat_d( char * fname )
Destructor
Domain and Range Information
Row and Column Information
Data information
Operations
Data Access
virtual double operator) (int i, int j)
virtual double& operator) (int i, int j)
double EntryOpt(int i, int j)
double& EntryOpt(int i, int j)
int CheckIndices(int i, int j)
void AddIndices(int i, int j)
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