9 mutable std::complex<double>*
Array;
10 mutable std::complex<double>**
Darray;
18 inline std::complex<double>&
operator()(
const long&,
const long&)
const;
19 inline friend std::ostream& operator<<(std::ostream&,
const zgematrix&);
20 inline void write(
const char *)
const;
std::complex< double > & operator()(const long &, const long &) const
Definition: _zgematrix-io.hpp:3
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Matrix Class
Definition: _zhematrix.hpp:3
(DO NOT USE) Smart-temporary Complex Double-precision Sparse Matrix Class
Definition: _zssmatrix.hpp:3
long N
matrix column size
Definition: _zgematrix.hpp:8
friend _zgematrix operator*(const zgematrix &, const zgematrix &)
Definition: zgematrix-zgematrix.hpp:153
friend _zgematrix i(const _zgematrix &)
Definition: _zgematrix-calc.hpp:24
friend _zgematrix conjt(const _zgematrix &)
Definition: _zgematrix-calc.hpp:74
friend _zgematrix t(const _zgematrix &)
Definition: _zgematrix-calc.hpp:3
friend _zgematrix operator/(const zgematrix &, const double &)
Definition: zgematrix-double.hpp:48
Complex Double-precision General Dence Matrix Class.
Definition: zgematrix.hpp:3
_zgematrix()
Definition: _zgematrix-constructor.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 destroy() const
Definition: _zgematrix-misc.hpp:3
Complex Double-precision General Band Matrix Class.
Definition: zgbmatrix.hpp:3
std::complex< double > * Array
1D Array to store matrix data
Definition: _zgematrix.hpp:9
friend _zgematrix conj(const _zgematrix &)
Definition: _zgematrix-calc.hpp:58
std::complex< double > ** Darray
array of pointers of column head addresses
Definition: _zgematrix.hpp:10
friend std::complex< double > damax(const _zgematrix &)
Definition: _zgematrix-calc.hpp:115
(DO NOT USE) Smart-temporary Complex Double-precision General Band Matrix Class
Definition: _zgbmatrix.hpp:3
long M
matrix row size
Definition: _zgematrix.hpp:7
Complex Double-precision Hermitian Matrix Class [L-type (UPLO=L) Strage].
Definition: zhematrix.hpp:4
friend const _zgematrix & operator+(const _zgematrix &)
Definition: _zgematrix-unary.hpp:3
~_zgematrix()
Definition: _zgematrix-constructor.hpp:51
friend _zgematrix operator-(const _zgematrix &)
Definition: _zgematrix-unary.hpp:15
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 void idamax(long &, long &, const _zgematrix &)
Definition: _zgematrix-calc.hpp:99
Complex Double-precision Sparse Matrix Class.
Definition: zssmatrix.hpp:3