GPy/GPy/kern/sympy_helpers.h
James Hensman fb21a3589b added sympykern as a 'kernpart' object.
now we can add sympykerns to any other kern
2012-11-30 17:32:32 +00:00

3 lines
85 B
C

#include <math.h>
double DiracDelta(double x);
double DiracDelta(double x, int foo);