8 std::cerr <<
"These two vectors can not make a sumation." << std::endl
9 <<
"Your input was (" << vecA.
l <<
") + (" << vecB.
l <<
")." << std::endl;
14 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++){
50 std::cerr <<
"These two vectors can not make a dot product." << std::endl
51 <<
"Your input was (" << vecA.
l <<
") % (" << vecB.
l <<
")." << std::endl;
57 comple val =zdotu_( &vecA.
l, vecA.
array, &inc, vecB.
array, &inc );
_dgematrix i(const _dgbmatrix &mat)
comple * array
1D array to store vector data
_zcovector operator+(const _zcovector &vecA, const _zcovector &vecB)
(DO NOT USE) Smart-temporary Complex Double-precision Column Vector Class
comple operator%(const _zcovector &vecA, const _zcovector &vecB)
_zcovector operator-(const _zcovector &vecA, const _zcovector &vecB)