view src/ltpda_smoother/ltpda_smoother.h @ 16:91f21a0aab35
database-connection-manager
Update utils.jquery
* * *
Update utils.jmysql.getsinfo
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Mon, 05 Dec 2011 16:20:06 +0100 (2011-12-05)
parents
f0afece42f48
children
line source
+ − /*
+ − Header for mfnest.c
+ −
+ − $Id: ltpda_smoother.h,v 1.3 2008/09/25 08:16:16 hewitson Exp $
+ − */
+ −
+ − /* from mnfest.c */
+ − void print_usage(char *version);
+ − int smooth(double *nxx, double *xx, int nx, int bw, double ol, char *method);
+ − double median(double *x, int nx);
+ − double mean(double *x, int nx);
+ − double smax(double *x, int nx);
+ − double smin(double *x, int nx);
+ −
+ −
+ − /* from quick.c */
+ − int quickSort(double *arr, int elements);
+ −