Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef GAUSSIAN_H_
00009 #define GAUSSIAN_H_
00010
00011 void newGaussian(double mean, double variance);
00012 double Gaussian(double x, double y);
00013 double GaussianConstant();
00014
00015 #endif