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++){
29 std::cerr <<
"These two vectors can not make a subtraction." << std::endl
30 <<
"Your input was (" << vecA.
l <<
") - (" << vecB.
l <<
")." << std::endl;
35 for(CPPL_INT
i=0;
i<vecA.
l;
i++){
49 std::cerr <<
"These two vectors can not make a dot product." << std::endl
50 <<
"Your input was (" << vecA.
l <<
") % (" << vecB.
l <<
")." << std::endl;
56 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)
double * array
1D array to store vector data
_dgematrix i(const _dgbmatrix &mat)
Real Double-precision Row Vector Class.
(DO NOT USE) Smart-temporary Real Double-precision Row Vector Class
_drovector operator+(const _drovector &vecA, const drovector &vecB)
double operator%(const _drovector &vecA, const drovector &vecB)