8 std::cerr <<
"These two vectors can not make a sumation." << std::endl
9 <<
"Your input was (" << vecA.
l <<
") + (" << vecB.
l <<
")." << std::endl;
15 for(CPPL_INT
i=0;
i<vecA.
l;
i++){
30 std::cerr <<
"These two vectors can not make a subtraction." << std::endl
31 <<
"Your input was (" << vecA.
l <<
") - (" << vecB.
l <<
")." << std::endl;
36 for(CPPL_INT
i=0;
i<vecA.
l;
i++){
51 std::cerr <<
"These two vectors can not make a dot product." << std::endl
52 <<
"Your input was (" << vecA.
l <<
") % (" << vecB.
l <<
")." << std::endl;
58 double val =ddot_( &vecA.
l, vecA.
array, &inc, vecB.
array, &inc );
double * array
1D array to store vector data
_drovector operator+(const _drovector &vecA, const _drovector &vecB)
_dgematrix i(const _dgbmatrix &mat)
(DO NOT USE) Smart-temporary Real Double-precision Row Vector Class
double operator%(const _drovector &vecA, const _drovector &vecB)
_drovector operator-(const _drovector &vecA, const _drovector &vecB)