5 CPPL_INT size =mat.
m*mat.
n;
7 zscal_(&size, &d, mat.
array, &inc);
15 CPPL_INT size =mat.
m*mat.
n;
18 zscal_(&size, &dinv, mat.
array, &inc);
CPPL_INT m
matrix row size
_zgematrix operator*(const _zgematrix &mat, const comple &d)
(DO NOT USE) Smart-temporary Complex Double-precision General Dence Matrix Class
comple * array
1D array to store matrix data
CPPL_INT n
matrix column size
_zgematrix operator/(const _zgematrix &mat, const comple &d)