6 std::cerr <<
"# [MARK] operator*(const _zrovector&, const zcovector&)"
12 std::cerr <<
"[ERROR] operator*(const zrovector&, const zcovector&)"
14 <<
"These two vectors can not make a product." << std::endl
15 <<
"Your input was (" << rovec.
L <<
") * (" << covec.L <<
")."
21 std::complex<double> val( zdotu_( rovec.
L, rovec.
Array, 1, covec.Array, 1 ) );
void destroy() const
Definition: _zrovector-misc.hpp:3
long L
vector size
Definition: _zrovector.hpp:7
(DO NOT USE) Smart-temporary Complex Double-precision Row Vector Class
Definition: _zrovector.hpp:3
friend _zrovector operator*(const zrovector &, const zgematrix &)
Definition: zrovector-zgematrix.hpp:3
Complex Double-precision Column Vector Class.
Definition: zcovector.hpp:3
std::complex< double > * Array
1D Array to store vector data
Definition: _zrovector.hpp:8