25 for(
int i=0;
i<
n;
i++){
58 std::cerr <<
"Matrix sizes must be positive integers. " << std::endl
59 <<
"Your input was (" << _m <<
"," << _n <<
")." << std::endl;
69 for(
int i=0;
i<
n;
i++){
CPPL_INT m
matrix row size
comple ** darray
array of pointers of column head addresses
friend _zgematrix i(const zgematrix &)
CPPL_INT n
matrix column size
Complex Double-precision General Dence Matrix Class.
comple * array
1D array to store matrix data
(DO NOT USE) Smart-temporary Complex Double-precision General Dence Matrix Class
comple * array
1D array to store matrix data
CPPL_INT m
matrix row size
CPPL_INT n
matrix column size
comple ** darray
array of pointers of column head addresses