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