7 for(CPPL_INT
i=0;
i<newmat.
m;
i++){
8 for(CPPL_INT j=0; j<newmat.
n; j++){
9 newmat(
i,j) =covec(
i)*rovec(j);
CPPL_INT m
matrix row size
_dgematrix i(const _dgbmatrix &mat)
CPPL_INT n
matrix column size
Real Double-precision General Dence Matrix Class.
Real Double-precision Row Vector Class.
(DO NOT USE) Smart-temporary Real Double-precision General Dence Matrix Class
(DO NOT USE) Smart-temporary Real Double-precision Column Vector Class
_dgematrix operator*(const _dcovector &covec, const drovector &rovec)
_dcovector _(dcovector &vec)