https://github.com/N-BodyShop/changa
Raw File
Tip revision: 32759b5842e4d681c1a6dd2f14340b517ca61b8f authored by Lukasz Wesolowski on 18 June 2015, 07:04:34 UTC
Implementing fix for synchronizing GPU Manager device buffer table after transfers of remote chunk data
Tip revision: 32759b5
romberg.h

#if defined(__cplusplus)
extern "C" {
#endif

double
dRombergO(void *CTX,double (*func)(void *, double),double a,double b,
	  double eps);
double
dRombergC(void *CTX,double (*func)(void *, double),double a,double b,
	  double eps);

#if defined(__cplusplus)
}

#endif
back to top