ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Classes | |
struct | bestof_T |
Macros | |
#define | BOFDIM 48 |
#define | __ZE_BESTOF_N_H 1 |
Typedefs | |
typedef int(* | bestcomp_F) (const void *, const void *) |
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) |
int | bestof_count (bestof_T *b) |
#define __ZE_BESTOF_N_H 1 |
Definition at line 49 of file ze-bestof-n.h.
#define BOFDIM 48 |
Definition at line 30 of file ze-bestof-n.h.
typedef int(* bestcomp_F) (const void *, const void *) |
Definition at line 28 of file ze-bestof-n.h.
Definition at line 75 of file ze-bestof-n.c.
double bestof_average | ( | bestof_T * | b | ) |
Definition at line 97 of file ze-bestof-n.c.
int bestof_count | ( | bestof_T * | b | ) |
bool bestof_init | ( | bestof_T * | b, |
int | dim, | ||
bestcomp_F | bcmp | ||
) |
Definition at line 51 of file ze-bestof-n.c.