6 std::cerr <<
"# [MARK] operator*(const zrovector&, const zgbmatrix&)"
12 std::cerr <<
"[ERROR] operator*(const zrovector&, const zgbmatrix&)"
14 <<
"These vector and matrix can not make a product."
16 <<
"Your input was (" << vec.L <<
") * ("
17 << mat.M <<
"x" << mat.N <<
")." << std::endl;
23 zgbmv_(
'T', mat.M, mat.N, mat.KL, mat.KU, std::complex<double>(1.0,0.0),
24 mat.Array, mat.KL+mat.KU+1, vec.Array, 1, std::complex<double>(0.0,0.0), newvec.array, 1 );
Complex Double-precision Row Vector Class.
Definition: zrovector.hpp:3
(DO NOT USE) Smart-temporary Complex Double-precision Row Vector Class
Definition: _zrovector.hpp:3
Complex Double-precision General Band Matrix Class.
Definition: zgbmatrix.hpp:3
friend _zrovector operator*(const zrovector &, const zgematrix &)
Definition: zrovector-zgematrix.hpp:3