Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

math::matrix Namespace Reference


Functions

template<typename T, int W, int H> Mat< T, W, H > & assign (Mat< T, W, H > &m, const T &scalar)
 assign a single value to all cells of the Mat

template<typename T, int W, int H> Mat< T, W, H > & assign (Mat< T, W, H > &m, const T *valptr)
 assign an array to the cells of the Mat

template<typename T, int W, int H> Mat< T, W, H > & assign (Mat< T, W, H > &m, const Mat< T, W, H > &mat)
 assign the content of another Mat to the Map

template<typename T, int W, int H> Mat< T, W, H > & add (Mat< T, W, H > &m, const Mat< T, W, H > &mat)
template<typename T, int W, int H> Mat< T, W, H > add (const Mat< T, W, H > &m, const Mat< T, W, H > &mat)
template<typename T, int W, int H> Mat< T, W, H > & multLeft (Mat< T, W, H > &m, const Mat< T, W, H > &mat)
template<typename T, int W, int H> Mat< T, W, H > multLeft (const Mat< T, W, H > &m, const Mat< T, W, H > &mat)


Function Documentation

template<typename T, int W, int H>
Mat<T, W, H> add const Mat< T, W, H > &  m,
const Mat< T, W, H > &  mat
[inline]
 

template<typename T, int W, int H>
Mat<T, W, H>& add Mat< T, W, H > &  m,
const Mat< T, W, H > &  mat
[inline]
 

template<typename T, int W, int H>
Mat<T, W, H>& assign Mat< T, W, H > &  m,
const Mat< T, W, H > &  mat
[inline]
 

assign the content of another Mat to the Map

template<typename T, int W, int H>
Mat<T, W, H>& assign Mat< T, W, H > &  m,
const T *  valptr
[inline]
 

assign an array to the cells of the Mat

template<typename T, int W, int H>
Mat<T, W, H>& assign Mat< T, W, H > &  m,
const T &  scalar
[inline]
 

assign a single value to all cells of the Mat

template<typename T, int W, int H>
Mat<T, W, H> multLeft const Mat< T, W, H > &  m,
const Mat< T, W, H > &  mat
[inline]
 

template<typename T, int W, int H>
Mat<T, W, H>& multLeft Mat< T, W, H > &  m,
const Mat< T, W, H > &  mat
[inline]
 


Generated on Tue Sep 2 11:33:30 2003 for math by doxygen 1.3.2