5   CPPL_INT size =(mat.
kl+mat.
ku+1)*mat.
n;
 
    7   zdscal_(&size, &d, mat.
array, &inc);
 
CPPL_INT ku
upper band width 
CPPL_INT kl
lower band width 
(DO NOT USE) Smart-temporary Complex Double-precision General Band Matrix Class 
comple * array
1D array to store matrix data 
CPPL_INT n
matrix column size 
_zgbmatrix operator*(const double &d, const _zgbmatrix &mat)