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
double * Array
1D Array to store vector data
Definition: _drovector.hpp:8
void destroy() const
Definition: _drovector-misc.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