EstimateDMatrix.h

Go to the documentation of this file.
00001 #if !defined(ALIZE_EstimateDMatrix_h)
00002 #define ALIZE_EstimateDMatrix_h
00003 
00004 #include <alize.h>
00005 #include "liatools.h"
00006 
00007 using namespace alize;
00008 using namespace std;
00009 
00010 int EstimateDMatrix(Config &);
00011 
00012 #endif 
00013