LILAC
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs
hasher.h File Reference
#include "../eigen3/Eigen/Eigen"
#include <vector>
#include <list>
#include <map>
Include dependency graph for hasher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hasher

Typedefs

typedef Matrix< float, Dynamic,
Dynamic, ColMajor > 
cmf
typedef Matrix< float, Dynamic,
Dynamic, RowMajor > 
rmf
typedef Matrix< float, Dynamic,
Dynamic > 
mf

Typedef Documentation

typedef Matrix<float, Dynamic, Dynamic, ColMajor> cmf

Definition at line 12 of file hasher.h.

typedef Matrix<float, Dynamic, Dynamic> mf

Definition at line 14 of file hasher.h.

typedef Matrix<float, Dynamic, Dynamic, RowMajor> rmf

Definition at line 13 of file hasher.h.