From 469bdc80712dbf9c12562059dc4594620b59a076 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Wed, 7 Oct 2015 12:51:41 +0000 Subject: Support MPFR floats in numkondo Remove '-D' option (error tolerance) in numkondo --- src/coefficient.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/coefficient.h') diff --git a/src/coefficient.h b/src/coefficient.h index a7a151c..43dd313 100644 --- a/src/coefficient.h +++ b/src/coefficient.h @@ -74,5 +74,7 @@ int coef_denom_cmp(coef_denom denom1, coef_denom denom2); // evaluate a coefficient on a vector int evalcoef(RCC rccs, Coefficient coef, long double* out); +// evaluate a coefficient on a vector (using mpfr floats) +int evalcoef_mpfr(RCC_mpfr rccs, Coefficient coef, mpfr_t out); #endif -- cgit v1.2.3-70-g09d2