Go to the source code of this file.
drovector*dgematrix operator
Definition at line 3 of file drovector-dgematrix.hpp.
References _(), drovector::array, dgematrix::array, drovector::l, dgematrix::m, and dgematrix::n.
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
double * array
1D array to store matrix data
CPPL_INT n
matrix column size
Real Double-precision Row Vector Class.
_dcovector _(dcovector &vec)