mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 03:52:39 +02:00
4 lines
85 B
C
4 lines
85 B
C
|
|
#include <math.h>
|
||
|
|
double DiracDelta(double x);
|
||
|
|
double DiracDelta(double x, int foo);
|