#include <matrix.hh>
Public Methods | |
| MatrixData () | |
| MatrixData (const MatrixData &) | |
| MatrixData (int m, int n, double re=0) | |
| MatrixData (int m, int n, double *re, double *im=NULL) | |
| MatrixData (bool isc, bool isd) | |
| ~MatrixData () | |
| MatrixData & | operator= (const MatrixData &) |
| bool | IsEmpty () const |
| bool | IsReal () const |
| bool | IsComplex () const |
| double * | GetPr () |
| const double * | GetPr () const |
| double * | GetPi () |
| const double * | GetPi () const |
| double | index (int) const |
| double & | index (int) |
| double | index (int, int) const |
| double & | index (int, int) |
| int | DoubleToSingleIndex (int i, int j) const |
Public Attributes | |
| int | m |
| int | n |
| int | l |
| double * | re |
| double * | im |
| bool | iscolon |
| bool | isdin |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002