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
double ** darray
array of pointers of column head addresses
double * array
1D array to store matrix data
double ** darray
array of pointers of column head addresses
CPPL_INT n
matrix column size
Real Double-precision General Dence Matrix Class.
CPPL_INT m
matrix row size
double * array
1D array to store matrix data
(DO NOT USE) Smart-temporary Real Double-precision General Dence Matrix Class
CPPL_INT n
matrix column size
friend _dgematrix i(const dgematrix &)