Go to the source code of this file.
Classes | |
class | Tmatrix< T > |
Implements a templated dense matrix class. More... | |
Functions | |
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) |
Tmatrix<T> operator* | ( | const Tmatrix< T > & | M, |
const Tmatrix< U > & | N | ||
) | [inline] |
Definition at line 537 of file t_matrix.hpp.
Tmatrix<T> operator* | ( | const Tmatrix< T > & | M, |
const U & | n | ||
) | [inline] |
Definition at line 554 of file t_matrix.hpp.
Tmatrix<T> operator* | ( | const U & | m, |
const Tmatrix< T > & | N | ||
) | [inline] |
Definition at line 563 of file t_matrix.hpp.
Definition at line 471 of file t_matrix.hpp.
Tmatrix<T> operator+ | ( | const Tmatrix< T > & | M, |
const Tmatrix< U > & | N | ||
) | [inline] |
Definition at line 478 of file t_matrix.hpp.
Tmatrix<T> operator+ | ( | const Tmatrix< T > & | M, |
const U & | n | ||
) | [inline] |
Definition at line 487 of file t_matrix.hpp.
Tmatrix<T> operator+ | ( | const U & | m, |
const Tmatrix< T > & | N | ||
) | [inline] |
Definition at line 496 of file t_matrix.hpp.
Definition at line 503 of file t_matrix.hpp.
Tmatrix<T> operator- | ( | const Tmatrix< T > & | M, |
const Tmatrix< U > & | N | ||
) | [inline] |
Definition at line 510 of file t_matrix.hpp.
Tmatrix<T> operator- | ( | const Tmatrix< T > & | M, |
const U & | n | ||
) | [inline] |
Definition at line 519 of file t_matrix.hpp.
Tmatrix<T> operator- | ( | const T & | m, |
const Tmatrix< U > & | N | ||
) | [inline] |
Definition at line 528 of file t_matrix.hpp.
Tmatrix<T> operator/ | ( | const Tmatrix< T > & | M, |
const U & | n | ||
) | [inline] |
Definition at line 570 of file t_matrix.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const Tmatrix< T > & | M | ||
) | [inline] |
Definition at line 579 of file t_matrix.hpp.