|
template<CPPL_INT _m, CPPL_INT _n> |
std::ostream & | operator<< (std::ostream &, const zgematrix_small< _m, _n > &) |
|
template<CPPL_INT _m, CPPL_INT _n> |
zgematrix_small< n, m > | t (const zgematrix_small< m, n > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > & | operator+= (zgematrix_small< M, N > &, const zgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > & | operator-= (zgematrix_small< M, N > &, const zgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT L, CPPL_INT N> |
zgematrix_small< M, N > & | operator*= (zgematrix_small< M, L > &, const zgematrix_small< L, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > & | operator*= (zgematrix_small< M, N > &, const double &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > & | operator*= (zgematrix_small< M, N > &, const comple &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > & | operator/= (zgematrix_small< M, N > &, const double &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > & | operator/= (zgematrix_small< M, N > &, const comple &) |
|
template<CPPL_INT M, CPPL_INT N> |
const zgematrix_small< M, N > & | operator+ (const zgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator- (const zgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator+ (const zgematrix_small< M, N > &, const zgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator+ (const zgematrix_small< M, N > &, const zhematrix_small< N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator- (const zgematrix_small< M, N > &, const zgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator- (const zgematrix_small< M, N > &, const zhematrix_small< N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zcovector_small< M > | operator* (const zgematrix_small< M, N > &, const zcovector_small< N > &) |
|
template<CPPL_INT M, CPPL_INT L, CPPL_INT N> |
zgematrix_small< M, N > | operator* (const zgematrix_small< M, L > &, const zgematrix_small< L, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator* (const zgematrix_small< M, N > &, const zhematrix_small< N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator* (const zgematrix_small< M, N > &, const double &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator* (const zgematrix_small< M, N > &, const comple &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator/ (const zgematrix_small< M, N > &, const double &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator/ (const zgematrix_small< M, N > &, const comple &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator* (const double &, const zgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | operator* (const comple &, const zgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zgematrix_small< M, N > | hadamerd (const zgematrix_small< M, N > &, const zgematrix_small< M, N > &) |
|
template<CPPL_INT N> |
zgematrix_small< N, N > | hadamerd (const zgematrix_small< N, N > &, const zhematrix_small< N > &) |
|
template<CPPL_INT m, CPPL_INT n>
class zgematrix_small< m, n >
Samll Complex Double-precision General Dence Matrix Class.
Definition at line 3 of file zgematrix_small.hpp.