indii/ml/aux/Pdf.cpp

00001 //#if defined(__GNUC__) && defined(GCC_PCH)
00002 //  #include "aux.hpp"
00003 //#else
00004   #include "Pdf.hpp"
00005 //#endif
00006 
00007 using namespace indii::ml::aux;
00008 
00009 Pdf::Pdf() : N(0) {
00010   //
00011 }
00012 
00013 Pdf::Pdf(const unsigned int N) : N(N) {
00014   //
00015 }
00016 
00017 Pdf::~Pdf() {
00018   //
00019 }

Generated on Wed Dec 17 15:11:57 2008 for dysii Dynamical Systems Library by  doxygen 1.5.3