|
template<typename T , typename U > |
Tmatrix< T > | operator* (const Tmatrix< T > &M, const Tmatrix< U > &N) |
|
template<typename T , typename U > |
Tmatrix< T > | operator* (const Tmatrix< T > &M, const U &n) |
|
template<typename T , typename U > |
Tmatrix< T > | operator* (const U &m, const Tmatrix< T > &N) |
|
template<typename T > |
Tmatrix< T > | operator+ (const Tmatrix< T > &M) |
|
template<typename T , typename U > |
Tmatrix< T > | operator+ (const Tmatrix< T > &M, const Tmatrix< U > &N) |
|
template<typename T , typename U > |
Tmatrix< T > | operator+ (const Tmatrix< T > &M, const U &n) |
|
template<typename T , typename U > |
Tmatrix< T > | operator+ (const U &m, const Tmatrix< T > &N) |
|
template<typename T > |
Tmatrix< T > | operator- (const Tmatrix< T > &M) |
|
template<typename T , typename U > |
Tmatrix< T > | operator- (const Tmatrix< T > &M, const Tmatrix< U > &N) |
|
template<typename T , typename U > |
Tmatrix< T > | operator- (const Tmatrix< T > &M, const U &n) |
|
template<typename T , typename U > |
Tmatrix< T > | operator- (const T &m, const Tmatrix< U > &N) |
|
template<typename T , typename U > |
Tmatrix< T > | operator/ (const Tmatrix< T > &M, const U &n) |
|
template<typename T > |
std::ostream & | operator<< (std::ostream &os, const Tmatrix< T > &M) |
|