Functions | |
| double | sinc (double x) |
| Sinus cardinalis. | |
| double | bspline_old (int k, double x, double *A) |
| To test the new one. | |
| double | bspline (int k, double x, double *scratch) |
Computes scratch is used for de Boor's scheme. | |
| double | i0 (double x) |
| Modified Bessel function of order zero. | |
|
||||||||||||||||
|
Computes < M_{k,0}(x)
< < boundaries < indices < alpha of the de Boor scheme |
|
|
Modified Bessel function of order zero. Cephes Math Library Release 2.8: June, 2000 Copyright 1984, 1987, 2000 by Stephen L. Moshier |
1.4.4