-
Notifications
You must be signed in to change notification settings - Fork 8
/
ToDo
74 lines (65 loc) · 1.73 KB
/
ToDo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# GSL::Sf
* Generate Test code.
* Allow Input/Output argument.
gsl_sf_bessel_sequence_Jnu_e
gsl_sf_angle_restrict_symm_e
gsl_sf_angle_restrict_pos_e
* Allow NArray Integer for input argument.
* Add function written not in texinfo but in header.
* Different GSL versions have different API.
* Loops in iterator.
* Fix doc: Invalid Input/Output types for scalar function.
* Fix doc: Add C function definition in doc.
# Erbpp
* c_method definition
# Done
* Mathematical Functions:
* Special Functions:
* Physical Constants:
* Random Number Generation: rng
* Random Number Distributions: pdf, cdf
* Statistics:
* Running Statistics:
* Histograms:
* Interpolation: - only gsl_spline_* (Higher-level Interface), omit gsl_interp_*
* Wavelet Transforms: - omit matrix interface
* Least-Squares Fitting: - only linear regression and Multi-parameter regression
* Sparse Matrices:
* Sparse BLAS Support:
* Sparse Linear Algebra:
* Polynomials: (except Divided Difference)
# To do
* Least-Squares Fitting: - multi-parameter fittings
* Nonlinear Least-Squares Fitting:
* Basis Splines:
* Chebyshev Approximations:
* Series Acceleration:
* Discrete Hankel Transforms:
* Quasi-Random Sequences:
# non-array?
* Permutations:
* Combinations:
* Multisets:
# NArray has
* Complex Numbers:
* Vectors and Matrices:
* Sorting:
# require function-call
* Numerical Integration:
* N-tuples:
* Monte Carlo Integration:
* Simulated Annealing:
* Ordinary Differential Equations:
* Numerical Differentiation:
* One dimensional Root-Finding:
* One dimensional Minimization:
* Multidimensional Root-Finding:
* Multidimensional Minimization:
# Linalg has
* BLAS Support:
* Linear Algebra:
* Eigensystems:
# FFTW has
* Fast Fourier Transforms:
# ?
* IEEE floating-point arithmetic: