ze-filter  (ze-filter-0.8.0-develop-180218)
ze-bestof-n.c File Reference
#include <ze-sys.h>
#include <ze-filter.h>
#include <ze-bestof-n.h>

Go to the source code of this file.

Functions

bool bestof_init (bestof_T *b, int dim, bestcomp_F bcmp)
 
bool bestof_add (bestof_T *b, double v)
 
double bestof_average (bestof_T *b)
 

Function Documentation

◆ bestof_add()

bool bestof_add ( bestof_T b,
double  v 
)

Definition at line 75 of file ze-bestof-n.c.

◆ bestof_average()

double bestof_average ( bestof_T b)

Definition at line 97 of file ze-bestof-n.c.

◆ bestof_init()

bool bestof_init ( bestof_T b,
int  dim,
bestcomp_F  bcmp 
)

Definition at line 51 of file ze-bestof-n.c.