6 std::cerr <<
"# [MARK] operator+(const zgematrix&)"
18 std::cerr <<
"# [MARK] operator-(const zgematrix&)"
23 for(
long i=0; i<newmat.
m*newmat.
n; i++){ newmat.
array[i]=-mat.Array[i]; }
long const & m
matrix row size (readable)
Definition: zgematrix.hpp:14
friend _zrovector operator-(const _zrovector &)
Definition: _zrovector-unary.hpp:15
long const & n
matrix column size (readable)
Definition: zgematrix.hpp:15
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
std::complex< double > *const & array
1D array to store matrix data (readable)
Definition: zgematrix.hpp:16
friend const _zrovector & operator+(const _zrovector &)
Definition: _zrovector-unary.hpp:3