testy kvadratur - řídící makra

Former-commit-id: f45885c614269b701c3ef4939fd00af6e3088400
This commit is contained in:
Marek Nečada 2018-08-19 10:55:48 +00:00
parent 572a5bb4bd
commit 5b1c1a2b27
1 changed files with 10 additions and 1 deletions

View File

@ -3,10 +3,19 @@
#include <gsl/gsl_integration.h>
#include <gsl/gsl_errno.h>
#ifndef EPSABS
#define EPSABS 0
#endif
#ifndef EPSREL
#define EPSREL 1e-8
#endif
#ifndef LIMIT
#define LIMIT 8192 //???
#define R0 1
#endif
#ifndef R0
#define R0 8e-6
#endif
/* Relevant quadrature methods from gsl:
* gsl_integration_qagiu