11 mutable std::complex<double>*
Array;
12 mutable std::complex<double>**
Darray;
20 inline std::complex<double>&
operator()(
const long&,
const long&)
const;
21 inline friend std::ostream& operator<<(std::ostream&,
const _zgbmatrix&);
22 inline void write(
const char *)
const;
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Matrix Class
Definition: _zhematrix.hpp:3
std::complex< double > & operator()(const long &, const long &) const
Definition: _zgbmatrix-io.hpp:3
std::complex< double > * Array
1D Array to store matrix data
Definition: _zgbmatrix.hpp:11
~_zgbmatrix()
Definition: _zgbmatrix-constructor.hpp:54
long N
matrix column size
Definition: _zgbmatrix.hpp:8
void destroy() const
Definition: _zgbmatrix-misc.hpp:3
Complex Double-precision General Dence Matrix Class.
Definition: zgematrix.hpp:3
long KU
upper band width
Definition: _zgbmatrix.hpp:10
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
_zgbmatrix()
Definition: _zgbmatrix-constructor.hpp:3
friend _zgbmatrix operator-(const _zgbmatrix &)
Definition: _zgbmatrix-unary.hpp:15
friend _zgbmatrix conj(const _zgbmatrix &)
Definition: _zgbmatrix-calc.hpp:58
Complex Double-precision General Band Matrix Class.
Definition: zgbmatrix.hpp:3
friend _zgbmatrix conjt(const _zgbmatrix &)
Definition: _zgbmatrix-calc.hpp:76
long M
matrix row size
Definition: _zgbmatrix.hpp:7
(DO NOT USE) Smart-temporary Complex Double-precision General Band Matrix Class
Definition: _zgbmatrix.hpp:3
Complex Double-precision Hermitian Matrix Class [L-type (UPLO=L) Strage].
Definition: zhematrix.hpp:4
friend _zgbmatrix operator/(const zgbmatrix &, const double &)
Definition: zgbmatrix-double.hpp:50
friend const _zgbmatrix & operator+(const _zgbmatrix &)
Definition: _zgbmatrix-unary.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
std::complex< double > ** Darray
array of pointers of column head addresses
Definition: _zgbmatrix.hpp:12
friend _zgbmatrix operator*(const zgbmatrix &, const zgbmatrix &)
Definition: zgbmatrix-zgbmatrix.hpp:228
friend _zgbmatrix t(const _zgbmatrix &)
Definition: _zgbmatrix-calc.hpp:3
long KL
lower band width
Definition: _zgbmatrix.hpp:9
friend _zgematrix i(const _zgbmatrix &)
Definition: _zgbmatrix-calc.hpp:23