mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +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);
|