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++){
long M
matrix row size
Definition: _zssmatrix.hpp:7
long VOL
the number of non-zero components
Definition: _zssmatrix.hpp:10
(DO NOT USE) Smart-temporary Complex Double-precision Sparse Matrix Class
Definition: _zssmatrix.hpp:3
long * Jndx
1D array to store the j-index of non-zero matrix components
Definition: _zssmatrix.hpp:13
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
std::complex< double > * Array
1D array to store non-zero matrix data
Definition: _zssmatrix.hpp:11
void destroy() const
Definition: _zssmatrix-misc.hpp:3
friend _zrovector operator*(const zrovector &, const zgematrix &)
Definition: zrovector-zgematrix.hpp:3
void zero()
Definition: zrovector-misc.hpp:23
long N
matrix column size
Definition: _zssmatrix.hpp:8
long * Indx
1D array to store the i-index of non-zero matrix components
Definition: _zssmatrix.hpp:12