+ test/t-doEstimatorNormalMulti

This commit is contained in:
Caner Candan 2010-09-10 01:09:16 +02:00
commit e70464630e
5 changed files with 228 additions and 24 deletions

View file

@ -9,7 +9,7 @@
#define _doEstimatorNormalMulti_h
#include "doEstimator.h"
#include "doUniform.h"
#include "doNormalMulti.h"
template < typename EOT >
class doEstimatorNormalMulti : public doEstimator< doNormalMulti< EOT > >