6 std::cerr <<
"# [MARK] operator*(const std::complex<double>&, const _zhematrix&)"
11 zscal_(mat.
N*mat.
N, d, newmat.
array, 1);
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Matrix Class
Definition: _zhematrix.hpp:3
Complex Double-precision General Dence Matrix Class.
Definition: zgematrix.hpp:3
(DO NOT USE) Smart-temporary Complex Double-precision General Dence Matrix Class
Definition: _zgematrix.hpp:3
void destroy() const
Definition: _zhematrix-misc.hpp:3
friend _zrovector operator*(const zrovector &, const zgematrix &)
Definition: zrovector-zgematrix.hpp:3
long N
matrix column or row size
Definition: _zhematrix.hpp:7
std::complex< double > *const & array
1D array to store matrix data (readable)
Definition: zgematrix.hpp:16