SourceForge.net Logo

camvox/Matrix.h File Reference

#include <stdio.h>
#include <camvox/GMath.h>

Go to the source code of this file.


Namespaces

namespace  camvox

Classes

class  camvox::TMatrix< T >
 An affine transformation matrix. More...

Typedefs

typedef TMatrix< double > camvox::Matrix

Functions

template<class T, int H, int W>
bool camvox::gauss_jordan (T m[H][W])
 Gauss-Jordan elimination.