indii/ml/aux/Kernel.cpp

00001 #include "Kernel.hpp"
00002 
00003 using namespace indii::ml::aux;
00004 
00005 Kernel::Kernel() {
00006   //
00007 }
00008 
00009 Kernel::Kernel(const double h) {
00010   this->h = h;
00011 }
00012 
00013 Kernel::~Kernel() {
00014   //
00015 }
00016 

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