8 std::cerr <<
"These two vectors can not make a sumation." << std::endl
9 <<
"Your input was (" << vecA.
l <<
") + (" << vecB.
l <<
")." << std::endl;
28 std::cerr <<
"These two vectors can not make a subtraction." << std::endl
29 <<
"Your input was (" << vecA.
l <<
") - (" << vecB.
l <<
")." << std::endl;
47 std::cerr <<
"These two vectors can not make a dot product." << std::endl
48 <<
"Your input was (" << vecA.
l <<
") % (" << vecB.
l <<
")." << std::endl;
54 double val =ddot_( &vecA.
l, vecA.
array, &inc, vecB.
array, &inc );
double operator%(const _dcovector &vecA, const _dcovector &vecB)
_dgematrix i(const _dgbmatrix &mat)
_dcovector operator+(const _dcovector &vecA, const _dcovector &vecB)
_dcovector operator-(const _dcovector &vecA, const _dcovector &vecB)
(DO NOT USE) Smart-temporary Real Double-precision Column Vector Class
double * array
1D array to store vector data