25 inline comple&
operator()(
const CPPL_INT&
i,
const CPPL_INT& j);
26 inline comple
operator()(
const CPPL_INT&
i,
const CPPL_INT& j)
const;
28 template<CPPL_INT _m, CPPL_INT _n>
inline friend std::ostream& operator<<(std::ostream&, const zgematrix_small<_m,_n>&);
29 inline void read(
const char* filename);
30 inline void write(
const char* filename)
const;
91 inline comple
det(
const zgemat2&);
92 inline zgemat2
inv(
const zgemat2&);
93 inline comple
det(
const zgemat3&);
94 inline zgemat3
inv(
const zgemat3&);
friend zgematrix_small< M, N > & operator*=(zgematrix_small< M, L > &, const zgematrix_small< L, N > &)
friend zcovector_small< M > operator*(const zgematrix_small< M, N > &, const zcovector_small< N > &)
void write(const char *filename) const
friend zgematrix_small< n, m > t(const zgematrix_small< m, n > &)
friend zgematrix_small< M, N > hadamerd(const zgematrix_small< M, N > &, const zgematrix_small< M, N > &)
_dgematrix i(const _dgbmatrix &mat)
Samll Complex Double-precision Column Vector Class.
friend const zgematrix_small< M, N > & operator+(const zgematrix_small< M, N > &)
Samll Complex Double-precision Row Vector Class.
_zgematrix to_zgematrix() const
Complex Double-precision General Dence Matrix Class.
friend zgematrix_small< M, N > & operator+=(zgematrix_small< M, N > &, const zgematrix_small< M, N > &)
friend zgematrix_small< M, N > & operator/=(zgematrix_small< M, N > &, const double &)
comple det(const zgemat2 &)
friend zgematrix_small< M, N > operator-(const zgematrix_small< M, N > &)
friend zgematrix_small< M, N > operator/(const zgematrix_small< M, N > &, const double &)
(DO NOT USE) Smart-temporary Complex Double-precision General Dence Matrix Class
zgemat2 inv(const zgemat2 &)
zgematrix_small< m, n > & zero()
zgematrix_small< m, n > & identity()
zgematrix_small< M, N > & operator=(const zgematrix_small< M, N > &)
friend zgematrix_small< M, N > & operator-=(zgematrix_small< M, N > &, const zgematrix_small< M, N > &)
zrovector_small< n > row(const CPPL_INT &i) const
zcovector_small< m > col(const CPPL_INT &j) const
void read(const char *filename)
zgematrix_small< m, n > & set(const CPPL_INT &i, const CPPL_INT &j, const comple &v)
comple & operator()(const CPPL_INT &i, const CPPL_INT &j)
Samll Complex Double-precision General Dence Matrix Class.
Samll Complex Double-precision Symmetric Matrix Class.