5 CPPL_INT size =(
kl+
ku+1)*
n;
7 zdscal_(&size, &d,
array, &inc);
15 CPPL_INT size =(
kl+
ku+1)*
n;
18 zdscal_(&size, &dinv,
array, &inc);
32 const CPPL_INT size =(newmat.
kl+newmat.
ku+1)*newmat.
n;
33 for(CPPL_INT
i=0;
i<size;
i++){
46 const CPPL_INT size =(newmat.
kl+newmat.
ku+1)*newmat.
n;
47 for(CPPL_INT
i=0;
i<size;
i++){
zgbmatrix & operator*=(const zgbmatrix &)
_dgematrix i(const _dgbmatrix &mat)
CPPL_INT n
matrix column size
CPPL_INT ku
upper band width
_zgbmatrix operator/(const zgbmatrix &mat, const double &d)
_zgbmatrix operator*(const zgbmatrix &mat, const double &d)
CPPL_INT m
matrix row size
Complex Double-precision General Band Matrix Class.
zgbmatrix & operator/=(const double &)
(DO NOT USE) Smart-temporary Complex Double-precision General Band Matrix Class
CPPL_INT kl
lower band width
_dcovector _(dcovector &vec)
comple * array
1D array to store matrix data