GEDLIB  1.0
Classes | Namespaces | Typedefs
matrix.hpp File Reference

ged::Matrix class declaration. More...

#include "common_types.hpp"
#include "matrix.ipp"
Include dependency graph for matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ged::Matrix< ScalarT >
 A matrix class with basic functionality. More...
 

Namespaces

 ged
 Global namespace for GEDLIB.
 

Typedefs

typedef Matrix< double > ged::DMatrix
 Matrix with double entries.
 
typedef Matrix< int > ged::IMatrix
 Matrix with int entries.
 

Detailed Description

ged::Matrix class declaration.

Definition in file matrix.hpp.