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