SPUC  3.0
Namespaces | Functions
matrix_operators.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 SPUC
 fixed point types: spuc_fixed,spuc_ufixed,spuc_int,spuc_uint
 

Functions

template<class T >
matrix< T > SPUC::operator+ (const matrix< T > &m1, const matrix< T > &m2)
 
template<class T >
matrix< T > SPUC::operator+ (const matrix< T > &m, T t)
 
template<class T >
matrix< T > SPUC::operator+ (T t, const matrix< T > &m)
 
template<class T >
matrix< T > SPUC::operator- (const matrix< T > &m1, const matrix< T > &m2)
 
template<class T >
matrix< T > SPUC::operator- (const matrix< T > &m, T t)
 
template<class T >
matrix< T > SPUC::operator- (T t, const matrix< T > &m)
 
template<class T >
matrix< T > SPUC::operator- (const matrix< T > &m)
 
template<class T >
matrix< T > SPUC::operator* (const matrix< T > &m1, const matrix< T > &m2)
 
template<class T >
vector< T > SPUC::operator* (const matrix< T > &m, const vector< T > &v)
 
template<class T >
vector< T > SPUC::operator* (const vector< T > &v, const matrix< T > &m)
 
template<class T >
matrix< T > SPUC::operator* (const matrix< T > &m, T t)
 
template<class T >
matrix< T > SPUC::operator* (T t, const matrix< T > &m)