6 std::cerr <<
"# [MARK] _dgematrix::operator _zgematrix()"
11 for(
long i=0; i<M*N; i++){
12 newmat.
array[i] =std::complex<double>(
Array[i],0.0);
16 std::cerr <<
"# [NOTE] _dgematrix::operator _zgematrix() "
17 <<
"A new casted matrix at " << newmat.
array
18 <<
" has been made." << std::endl;
std::complex< double > *const & array
1D array to store matrix data (readable)
Definition: zgematrix.hpp:16
double * Array
1D Array to store vector data
Definition: _drovector.hpp:8
void destroy() const
Definition: _drovector-misc.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