Source file gsl.ml

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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
(* generated by dune *)

(** @canonical Gsl.Blas *)
module Blas = Gsl__Blas

(** @canonical Gsl.Blas_flat *)
module Blas_flat = Gsl__Blas_flat

(** @canonical Gsl.Blas_gen *)
module Blas_gen = Gsl__Blas_gen

(** @canonical Gsl.Bspline *)
module Bspline = Gsl__Bspline

(** @canonical Gsl.Cdf *)
module Cdf = Gsl__Cdf

(** @canonical Gsl.Cheb *)
module Cheb = Gsl__Cheb

(** @canonical Gsl.Combi *)
module Combi = Gsl__Combi

(** @canonical Gsl.Const *)
module Const = Gsl__Const

(** @canonical Gsl.Deriv *)
module Deriv = Gsl__Deriv

(** @canonical Gsl.Eigen *)
module Eigen = Gsl__Eigen

(** @canonical Gsl.Error *)
module Error = Gsl__Error

(** @canonical Gsl.Fft *)
module Fft = Gsl__Fft

(** @canonical Gsl.Fit *)
module Fit = Gsl__Fit

(** @canonical Gsl.Fun *)
module Fun = Gsl__Fun

(** @canonical Gsl.Gsl_complex *)
module Gsl_complex = Gsl__Gsl_complex

(** @canonical Gsl.Gsl_sort *)
module Gsl_sort = Gsl__Gsl_sort

(** @canonical Gsl.Histo *)
module Histo = Gsl__Histo

(** @canonical Gsl.Ieee *)
module Ieee = Gsl__Ieee

(** @canonical Gsl.Integration *)
module Integration = Gsl__Integration

(** @canonical Gsl.Interp *)
module Interp = Gsl__Interp

(** @canonical Gsl.Linalg *)
module Linalg = Gsl__Linalg

(** @canonical Gsl.Math *)
module Math = Gsl__Math

(** @canonical Gsl.Matrix *)
module Matrix = Gsl__Matrix

(** @canonical Gsl.Matrix_complex *)
module Matrix_complex = Gsl__Matrix_complex

(** @canonical Gsl.Matrix_complex_flat *)
module Matrix_complex_flat = Gsl__Matrix_complex_flat

(** @canonical Gsl.Matrix_flat *)
module Matrix_flat = Gsl__Matrix_flat

(** @canonical Gsl.Min *)
module Min = Gsl__Min

(** @canonical Gsl.Misc *)
module Misc = Gsl__Misc

(** @canonical Gsl.Monte *)
module Monte = Gsl__Monte

(** @canonical Gsl.Multifit *)
module Multifit = Gsl__Multifit

(** @canonical Gsl.Multifit_nlin *)
module Multifit_nlin = Gsl__Multifit_nlin

(** @canonical Gsl.Multimin *)
module Multimin = Gsl__Multimin

(** @canonical Gsl.Multiroot *)
module Multiroot = Gsl__Multiroot

(** @canonical Gsl.Odeiv *)
module Odeiv = Gsl__Odeiv

(** @canonical Gsl.Permut *)
module Permut = Gsl__Permut

(** @canonical Gsl.Poly *)
module Poly = Gsl__Poly

(** @canonical Gsl.Qrng *)
module Qrng = Gsl__Qrng

(** @canonical Gsl.Randist *)
module Randist = Gsl__Randist

(** @canonical Gsl.Rng *)
module Rng = Gsl__Rng

(** @canonical Gsl.Root *)
module Root = Gsl__Root

(** @canonical Gsl.Sf *)
module Sf = Gsl__Sf

(** @canonical Gsl.Siman *)
module Siman = Gsl__Siman

(** @canonical Gsl.Stats *)
module Stats = Gsl__Stats

(** @canonical Gsl.Sum *)
module Sum = Gsl__Sum

(** @canonical Gsl.Vectmat *)
module Vectmat = Gsl__Vectmat

(** @canonical Gsl.Vector *)
module Vector = Gsl__Vector

(** @canonical Gsl.Vector_complex *)
module Vector_complex = Gsl__Vector_complex

(** @canonical Gsl.Vector_complex_flat *)
module Vector_complex_flat = Gsl__Vector_complex_flat

(** @canonical Gsl.Vector_flat *)
module Vector_flat = Gsl__Vector_flat

(** @canonical Gsl.Version *)
module Version = Gsl__Version

(** @canonical Gsl.Wavelet *)
module Wavelet = Gsl__Wavelet