20 std::cerr <<
"These two vectors can not make a sumation." << std::endl
21 <<
"Your input was (" <<
l <<
") += (" << vec.
l <<
")." << std::endl;
39 std::cerr <<
"These two vectors can not make a subtraction." << std::endl
40 <<
"Your input was (" <<
l <<
") -= (" << vec.
l <<
")." << std::endl;
62 std::cerr <<
"These two vectors can not make a sumation." << std::endl
63 <<
"Your input was (" << vecA.
l <<
") + (" << vecB.
l <<
")." << std::endl;
81 std::cerr <<
"These two vectors can not make a subtraction." << std::endl
82 <<
"Your input was (" << vecA.
l <<
") - (" << vecB.
l <<
")." << std::endl;
87 for(CPPL_INT
i=0;
i<vecA.
l;
i++){
101 std::cerr <<
"These two vectors can not make a dot product." << std::endl
102 <<
"Your input was (" << vecA.
l <<
") % (" << vecB.
l <<
")." << std::endl;
108 double val =ddot_( &vecA.
l, vecA.
array, &inc, vecB.
array, &inc );
double * array
1D array to store vector data
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
double operator%(const drovector &vecA, const _drovector &vecB)
_drovector operator+(const drovector &vecA, const _drovector &vecB)
_drovector operator-(const drovector &vecA, const _drovector &vecB)
drovector & operator-=(const drovector &)
void shallow_copy(const _drovector &)
drovector & operator+=(const drovector &)
drovector & operator=(const drovector &)