8 std::cerr <<
"These vector and matrix can not make a product." << std::endl
9 <<
"Your input was (" << vec.
l <<
") * (" << mat.
m <<
"x" << mat.
n <<
")." << std::endl;
20 dgemv_( &trans, &mat.
m, &mat.
n, &alpha, mat.
array, &mat.
m, vec.
array, &inc, &beta, newvec.
array, &inc );
double * array
1D array to store vector data
CPPL_INT m
matrix row size
_drovector operator*(const _drovector &vec, const dgematrix &mat)
double * array
1D array to store vector data
double * array
1D array to store matrix data
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 Row Vector Class
_dcovector _(dcovector &vec)