mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 17:52:39 +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);
|