search for: dnk_c

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

Did you mean: dnk
2017 Mar 20
1
Fwd: Possible memory problems with mallloc when called with .C()
...The C code is the following (sorry it is a bit long): #include <stdio.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 <...