8 std::cerr <<
"These two vectors can not make a product." << std::endl
9 <<
"Your input was (" << rovec.
l <<
") * (" << covec.
l <<
")." << std::endl;
15 double val =ddot_( &rovec.
l, rovec.
array, &inc, covec.
array, &inc );
double operator*(const _drovector &rovec, const _dcovector &covec)
double * array
1D array to store vector data
(DO NOT USE) Smart-temporary Real Double-precision Row Vector Class
(DO NOT USE) Smart-temporary Real Double-precision Column Vector Class
double * array
1D array to store vector data