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
1.5.3