7 for(CPPL_INT
i=0;
i<
m;
i++){
8 const CPPL_INT jmax =std::min(
n,
i+
ku+1);
9 for(CPPL_INT j=std::max(CPPL_INT(0),
i-
kl); j<jmax; j++){
10 newmat(
i,j) =(*this)(
i,j);
CPPL_INT ku
upper band width
CPPL_INT kl
lower band width
_zgematrix to_zgematrix() const
Complex Double-precision General Dence Matrix Class.
(DO NOT USE) Smart-temporary Complex Double-precision General Dence Matrix Class
CPPL_INT m
matrix row size
CPPL_INT n
matrix column size
_dcovector _(dcovector &vec)
friend _zgematrix i(const _zgbmatrix &)