mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 12:32:40 +02:00
3 lines
85 B
C
3 lines
85 B
C
#include <math.h>
|
|
double DiracDelta(double x);
|
|
double DiracDelta(double x, int foo);
|