GPy/GPy/kern/parts/sympy_helpers.h

4 lines
85 B
C
Raw Normal View History

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