|
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) |