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;
73 for(CPPL_INT
i=0;
i<vecA.
l;
i++){
87 std::cerr <<
"These two vectors can not make a subtraction." << std::endl
88 <<
"Your input was (" << vecA.
l <<
") - (" << vecB.
l <<
")." << std::endl;
93 for(CPPL_INT
i=0;
i<vecA.
l;
i++){
103 {CPPL_VERBOSE_REPORT;
107 std::cerr <<
"These two vectors can not make a dot product." << std::endl
108 <<
"Your input was (" << vecA.
l <<
") % (" << vecB.
l <<
")." << std::endl;
114 comple val =zdotu_( &vecA.
l, vecA.
array, &inc, vecB.
array, &inc );
_zrovector operator-(const zrovector &vecA, const _zrovector &vecB)
void shallow_copy(const _zrovector &)
zrovector & operator-=(const zrovector &)
_dgematrix i(const _dgbmatrix &mat)
zrovector & operator+=(const zrovector &)
Complex Double-precision Row Vector Class.
(DO NOT USE) Smart-temporary Complex Double-precision Row Vector Class
comple * array
1D array to store vector data
zrovector & operator=(const zrovector &)
_zrovector operator+(const zrovector &vecA, const _zrovector &vecB)
comple operator%(const zrovector &vecA, const _zrovector &vecB)
comple * array
1D array to store vector data