Module rgsl::types
[−]
[src]
Reexports
Modules
basis_spline |
B-splines are commonly used as basis functions to fit smoothing curves to large data sets. To do this, the abscissa axis is broken up into some number of intervals, where the endpoints of each interval are called breakpoints. These breakpoints are then converted to knots by imposing various continuity and smoothness conditions at each interface. Given a nondecreasing knot vector t = {t_0, t_1, …, t_{n+k-1}}, the n basis splines of order k are defined by |
chebyshev | |
combination | |
complex | |
discrete_hankel | |
eigen_symmetric_workspace | |
fast_fourier_transforms | |
histograms | |
integration | |
interpolation | |
mathieu |
The routines described in this section compute the angular and radial Mathieu functions, and their characteristic values. Mathieu functions are the solutions of the following two differential equations: |
matrix | |
matrix_complex | |
minimizer | |
monte_carlo | |
multifit_solver | |
multiset | |
n_tuples | |
ordinary_differential_equations |
Numerical ODE solvers. |
permutation | |
polynomial | |
qrng | |
ran_discrete |
Given K discrete events with different probabilities P[k], produce a random value k consistent with its probability. |
result | |
rng | |
series_acceleration | |
vector | |
vector_complex | |
wavelet_transforms |