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