search for: dkol

Displaying 1 result from an estimated 1 matches for "dkol".

Did you mean: dcol
2017 Mar 20
1
Fwd: Possible memory problems with mallloc when called with .C()
....h> #include <stdlib.h> #include <string.h> #include <math.h> #ifdef NAN /* NAN is supported */ #endif #ifdef INFINITY /* INFINITY is supported */ #endif void dnk_c(double *sortedFsample, unsigned long int n, unsigned long int k, double *dKol){ double min(double a, double b) { return (a < b) ? a : b; } double max(double a, double b) { return (a > b) ? a : b; } double r_abs(double a){ return (a < 0) ? -a : a; } int cmp(const void *a, const void *b) { r...