Main Page   Groups   Namespaces  

matrix.h File Reference


Namespaces

namespace  mini3d

Classes

class  mini3d::matrix<T, nR, nC>
 matrix - this class implements a 2D matrix templated by the element type and the size type More...

Functions

template<typename T, int nR1, int nC1, int nC2>
void mini3d::mult (const matrix<T, nR1, nC1>& a, const matrix<T, nC1, nC2>& b, matrix<T, nR1, nC2>& c)
 Matrix multiplication function.
template<typename T, int nR, int nC>
void mini3d::add (const matrix<T, nR, nC>& a, const matrix<T, nR, nC>& b, matrix<T, nR, nC>& c)
 Matrix adding function.
template<typename T, int nR, int nC>
void mini3d::sub (const matrix<T, nR, nC>& a, const matrix<T, nR, nC>& b, matrix<T, nR, nC>& c)
 Matrix minu function.
template<typename T, int nR, int nC>
void mini3d::trans (const matrix<T, nR, nC>& a, matrix<T, nC, nR>& b)
 Transpose a matrix.

Generated for libmini3d by Doxygen 1.4.4 © 1997-2001