Commit Graph

12 Commits

Author SHA1 Message Date
jzmaddock
05d2d09bfd Remove tons of C++03 workarounds. 2021-01-11 21:42:50 +00:00
John Maddock
fb3d7b551d constexpr: fix up gcc-9 failures, fix lots of warnings, disable one test on older Apple-clang 2019-09-09 10:29:32 +01:00
jzmaddock
468b4791f6 Fix build on systems with no <chrono>. 2015-07-19 19:03:46 +01:00
ckormanyos
fdb8efd201 In hypergeometric_luke_algorithms.cpp, do trivial clean-up and optimization. 2014-02-19 21:45:49 +01:00
ckormanyos
aba1a571bb In hypergeometric_luke_algorithms.cpp, trivial license change and return code of main(). 2014-02-18 22:43:38 +01:00
Cosmin Boaca
e496a56d2d Removed code unrelated to computation of chebyshev polinomials 2014-02-18 01:24:33 +02:00
ckormanyos
1c1a98b612 In hypergeometric_luke_algorithms.cpp, use a fully template-based approach. 2014-02-17 23:11:59 +01:00
ckormanyos
dd2e6cf5c8 In hypergeometric_luke_algorithms.cpp, use a complete tamplate-based approach. 2014-02-17 22:53:51 +01:00
AntonBikineev
f981d30424 Independent function name N() is changed to dependent name this->N().
modified:   example/hypergeometric_luke_algorithms.cpp
2014-02-03 03:02:06 +04:00
Christopher Kormanyos
c94600eb57 Add more hypergeometric functions. Refine style and performance measurements. 2013-12-24 16:52:26 +01:00
jzmaddock
e83adbe0ad Add timing info and MPFR option, plus change to get thing compiling with expression-templates turned on. 2013-12-23 17:36:51 +00:00
Christopher Kormanyos
0d627f3322 Commit non-trivial use-case that calculates hypergemetric functions. 2013-12-22 19:59:07 +01:00