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 * array
1D array to store vector data
double operator*(const drovector &rovec, const _dcovector &covec)
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