6 std::cerr <<
"# [MARK] dsymatrix::operator _zhematrix()"
12 for(
long i=0; i<N*N; i++){
13 newmat.
array[i] =std::complex<double>(array[i],0.0);
17 std::cerr <<
"# [NOTE] dsymatrix::operator _zhematrix() "
18 <<
"A new casted matrix at " << newmat.
array
19 <<
" has been made." << std::endl;
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Matrix Class
Definition: _zhematrix.hpp:3
std::complex< double > *const & array
1D array to store matrix data (readable)
Definition: zhematrix.hpp:15
Complex Double-precision Hermitian Matrix Class [L-type (UPLO=L) Strage].
Definition: zhematrix.hpp:4