8 mutable std::complex<double>*
Array;
9 mutable std::complex<double>**
Darray;
18 inline friend std::ostream& operator<<(std::ostream&,
const zhematrix&);
19 inline void write(
const char *)
const;
std::complex< double > ** Darray
array of pointers of column head addresses
Definition: _zhematrix.hpp:9
friend _zhematrix operator/(const zhematrix &, const double &)
Definition: zhematrix-double.hpp:48
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Matrix Class
Definition: _zhematrix.hpp:3
_zhematrix()
Definition: _zhematrix-constructor.hpp:3
friend const _zhematrix & operator+(const _zhematrix &)
Definition: _zhematrix-unary.hpp:3
friend _zhematrix operator-(const _zhematrix &)
Definition: _zhematrix-unary.hpp:15
Complex Double-precision General Dence Matrix Class.
Definition: zgematrix.hpp:3
Complex Double-precision Row Vector Class.
Definition: zrovector.hpp:3
(DO NOT USE) Smart-temporary Complex Double-precision Row Vector Class
Definition: _zrovector.hpp:3
(DO NOT USE) Smart-temporary Complex Double-precision General Dence Matrix Class
Definition: _zgematrix.hpp:3
void complete() const
Definition: _zhematrix-misc.hpp:22
friend _zhematrix t(const _zhematrix &)
Definition: _zhematrix-calc.hpp:3
Complex Double-precision General Band Matrix Class.
Definition: zgbmatrix.hpp:3
void destroy() const
Definition: _zhematrix-misc.hpp:3
std::complex< double > * Array
1D Array to store matrix data
Definition: _zhematrix.hpp:8
(DO NOT USE) Smart-temporary Complex Double-precision General Band Matrix Class
Definition: _zgbmatrix.hpp:3
~_zhematrix()
Definition: _zhematrix-constructor.hpp:50
Complex Double-precision Hermitian Matrix Class [L-type (UPLO=L) Strage].
Definition: zhematrix.hpp:4
friend _zgematrix operator*(const _zhematrix &, const zgematrix &)
Definition: _zhematrix-zgematrix.hpp:61
long N
matrix column or row size
Definition: _zhematrix.hpp:7
__zhecomplex operator()(const long &, const long &) const
Definition: _zhematrix-io.hpp:3
Complex Double-precision Column Vector Class.
Definition: zcovector.hpp:3
(DO NOT USE) Smart-temporary Complex Double-precision Column Vector Class
Definition: _zcovector.hpp:3
friend _zgematrix i(const _zhematrix &)
Definition: _zhematrix-calc.hpp:21
(DO NOT USE) Shaddow Complex-double Class for zhematrix
Definition: __zhecomplex.hpp:3