Go to the source code of this file.
zgbmatrix*comple operator 
Definition at line 28 of file zgbmatrix-complex.hpp.
References _(), zgbmatrix::array, i(), zgbmatrix::kl, zgbmatrix::ku, zgbmatrix::m, and zgbmatrix::n.
   32   const CPPL_INT size =(newmat.kl+newmat.ku+1)*newmat.n;
 
   33   for(CPPL_INT 
i=0; 
i<size; 
i++){
 
   34     newmat.array[
i] =mat.
array[
i]*d;
 
_dgematrix i(const _dgbmatrix &mat)
 
CPPL_INT n
matrix column size 
 
CPPL_INT ku
upper band width 
 
CPPL_INT m
matrix row size 
 
Complex Double-precision General Band Matrix Class. 
 
CPPL_INT kl
lower band width 
 
_dcovector _(dcovector &vec)
 
comple * array
1D array to store matrix data 
 
 
 
 
zgbmatrix/comple operator 
Definition at line 42 of file zgbmatrix-complex.hpp.
References _(), zgbmatrix::array, i(), zgbmatrix::kl, zgbmatrix::ku, zgbmatrix::m, and zgbmatrix::n.
   46   const CPPL_INT size =(newmat.kl+newmat.ku+1)*newmat.n;
 
   47   for(CPPL_INT 
i=0; 
i<size; 
i++){
 
   48     newmat.array[
i] =mat.
array[
i]/d;
 
_dgematrix i(const _dgbmatrix &mat)
 
CPPL_INT n
matrix column size 
 
CPPL_INT ku
upper band width 
 
CPPL_INT m
matrix row size 
 
Complex Double-precision General Band Matrix Class. 
 
CPPL_INT kl
lower band width 
 
_dcovector _(dcovector &vec)
 
comple * array
1D array to store matrix data