20 std::cerr <<
"These two vectors can not make a sumation." << std::endl
21 <<
"Your input was (" <<
l <<
") += (" << vec.
l <<
")." << std::endl;
26 for(CPPL_INT
i=0;
i<
l;
i++){
41 std::cerr <<
"These two vectors can not make a subtraction." << std::endl
42 <<
"Your input was (" <<
l <<
") -= (" << vec.
l <<
")." << std::endl;
47 for(CPPL_INT
i=0;
i<
l;
i++){
66 std::cerr <<
"These two vectors can not make a sumation." << std::endl
67 <<
"Your input was (" << vecA.
l <<
") + (" << vecB.
l <<
")." << std::endl;
72 for(CPPL_INT
i=0;
i<vecA.
l;
i++){
86 std::cerr <<
"These two vectors can not make a subtraction." << std::endl
87 <<
"Your input was (" << vecA.
l <<
") - (" << vecB.
l <<
")." << std::endl;
92 for(CPPL_INT
i=0;
i<vecA.
l;
i++){
102 {CPPL_VERBOSE_REPORT;
106 std::cerr <<
"These two vectors can not make a dot product." << std::endl
107 <<
"Your input was (" << vecA.
l <<
") % (" << vecB.
l <<
")." << std::endl;
113 comple val =zdotu_( &vecA.
l, vecA.
array, &inc, vecB.
array, &inc );
comple * array
1D array to store vector data
zcovector & operator=(const zcovector &)
_dgematrix i(const _dgbmatrix &mat)
comple operator%(const zcovector &vecA, const _zcovector &vecB)
void shallow_copy(const _zcovector &)
zcovector & operator-=(const zcovector &)
_zcovector operator+(const zcovector &vecA, const _zcovector &vecB)
_zcovector operator-(const zcovector &vecA, const _zcovector &vecB)
comple * array
1D array to store vector data
Complex Double-precision Column Vector Class.
(DO NOT USE) Smart-temporary Complex Double-precision Column Vector Class
zcovector & operator+=(const zcovector &)