26 inline comple&
operator()(
const CPPL_INT&
i,
const CPPL_INT& j);
27 inline comple
operator()(
const CPPL_INT&
i,
const CPPL_INT& j)
const;
29 template<CPPL_INT _n>
inline friend std::ostream& operator<<(std::ostream&, const zhematrix_small<_n>&);
30 inline void read(
const char* filename);
31 inline void write(
const char* filename)
const;
85 inline comple
det(
const zhemat2&);
86 inline zhemat2
inv(
const zhemat2&);
87 inline comple
det(
const zhemat3&);
88 inline zhemat3
inv(
const zhemat3&);
comple & operator()(const CPPL_INT &i, const CPPL_INT &j)
friend zhematrix_small< N > operator-(const zhematrix_small< N > &)
comple array[(n *(n+1))/2]
zhemat2 inv(const zhemat2 &)
void read(const char *filename)
zgematrix_small< n, n > to_zgematrix_small() const
friend zhematrix_small< N > & operator/=(zhematrix_small< N > &, const double &)
_dgematrix i(const _dgbmatrix &mat)
comple det(const zhemat2 &)
Samll Complex Double-precision Column Vector Class.
friend zhematrix_small< N > & operator*=(zhematrix_small< N > &, const zhematrix_small< N > &)
friend zgematrix_small< N, N > hadamerd(const zhematrix_small< N > &, const zgematrix_small< N, N > &)
zhematrix_small< n > & set(const CPPL_INT &, const CPPL_INT &, const comple &)
zhematrix_small< n > & identity()
friend zhematrix_small< N > & operator+=(zhematrix_small< N > &, const zhematrix_small< N > &)
zhematrix_small< N > & operator=(const zhematrix_small< N > &)
friend zhematrix_small< N > operator/(const zhematrix_small< N > &, const double &)
friend const zhematrix_small< N > & operator+(const zhematrix_small< N > &)
Complex Double-precision Hermitian Matrix Class [l-type (UPLO=l) Strage].
zhematrix_small< n > & zero()
friend zhematrix_small< N > & operator-=(zhematrix_small< N > &, const zhematrix_small< N > &)
void write(const char *filename) const
Samll Complex Double-precision General Dence Matrix Class.
Samll Complex Double-precision Symmetric Matrix Class.
friend zcovector_small< N > operator*(const zhematrix_small< N > &, const zcovector_small< N > &)
zhematrix to_zhematrix() const