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 comple val =zdotu_( &vecA.
l, vecA.
array, &inc, vecB.
array, &inc );
_dgematrix i(const _dgbmatrix &mat)
(DO NOT USE) Smart-temporary Complex Double-precision Row Vector Class
comple * array
1D array to store vector data
_zrovector operator+(const _zrovector &vecA, const _zrovector &vecB)
_zrovector operator-(const _zrovector &vecA, const _zrovector &vecB)
comple operator%(const _zrovector &vecA, const _zrovector &vecB)