|
TexGen
|
#include <ostream>#include <iomanip>#include <assert.h>

Go to the source code of this file.
Classes | |
| class | TexGen::CMatrix |
| Class to represent a matrix and perform various operations on it. More... | |
Namespaces | |
| namespace | TexGen |
| Namespace containing a series of customised math operations not found in the standard c++ library. | |
Functions | |
| ostream & | TexGen::operator<< (ostream &output, CMatrix &Matrix) |