6 std::cerr <<
"# [MARK] _zhematrix::destroy() const"
11 std::cerr <<
"# [NOTE] _zhematrix::destroy() "
12 <<
" An array at " <<
Array
13 <<
" is going to be destroyed." << std::endl;
25 std::cerr <<
"# [MARK] _zhematrix::complete() const"
29 for(
long i=0;
i<
N;
i++){
30 for(
long j=0; j<
i; j++){
35 if(std::fabs(std::imag(
operator()(i,i))) > CPPL_EPS){
36 std::cerr <<
"[WARNING] _zhematrix::complete() const" << std::endl
37 <<
"The " << i <<
"th diagonal component of the _zhematrix"
38 <<
"is not a real number." << std::endl;
std::complex< double > * Array
1D Array to store matrix data
Definition: _zhematrix.hpp:8
std::complex< double > ** Darray
array of pointers of column head addresses
Definition: _zhematrix.hpp:9
void complete() const
Definition: _zhematrix-misc.hpp:22
void destroy() const
Definition: _zhematrix-misc.hpp:3
long N
matrix column or row size
Definition: _zhematrix.hpp:7
friend _zgematrix i(const _zhematrix &)
Definition: _zhematrix-calc.hpp:21