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