8 std::cerr <<
"These matrix and vector can not make a product." << std::endl
9 <<
"Your input was (" << mat.
m <<
"x" << mat.
n <<
") * (" << vec.
l <<
")." << std::endl;
CPPL_INT n
matrix column size
_dcovector operator*(const dgrmatrix &mat, const _dcovector &vec)
Real Double-precision Column Vector Class.
CPPL_INT m
matrix row size
(DO NOT USE) Smart-temporary Real Double-precision Column Vector Class
_dcovector _(dcovector &vec)
Real Double-precision General Compressed Sparse Row (CSR) Matrix Class.