6 std::cerr <<
"# [MARK] dgbmatrix::operator _zgbmatrix()"
11 for(
long i=0; i<(KL+KU+1)*N; i++){
12 newmat.
array[i] =std::complex<double>(array[i],0.0);
16 std::cerr <<
"# [NOTE] dgbmatrix::operator _zgbmatrix() "
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: zgbmatrix.hpp:20
Complex Double-precision General Band Matrix Class.
Definition: zgbmatrix.hpp:3
(DO NOT USE) Smart-temporary Complex Double-precision General Band Matrix Class
Definition: _zgbmatrix.hpp:3