6 std::cerr <<
"# [MARK] operator*(const _zrovector&, const zssmatrix&)"
12 std::cerr <<
"[ERROR] operator*(const _zrovector&, const zssmatrix&)"
14 <<
"These vector and matrix can not make a product."
16 <<
"Your input was (" << vec.
L <<
") * ("
17 << mat.M <<
"x" << mat.N <<
")." << std::endl;
25 for(
int c=0; c<mat.VOL; c++){
26 newvec(mat.Jndx[c]) +=vec(mat.Indx[c])*mat.Array[c];
void destroy() const
Definition: _zrovector-misc.hpp:3
long L
vector size
Definition: _zrovector.hpp:7
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
friend _zrovector operator*(const zrovector &, const zgematrix &)
Definition: zrovector-zgematrix.hpp:3
void zero()
Definition: zrovector-misc.hpp:23
Complex Double-precision Sparse Matrix Class.
Definition: zssmatrix.hpp:3