forked from jiang-fan-bj/gsl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
THANKS
513 lines (295 loc) · 16.9 KB
/
THANKS
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
* Jim McElwaine for very useful comments and discussions
about the dilogarithm and related functions.
* Simone Piccardi <[email protected]> for extensions to the
histogram routines, and providing the ntuple code
* Nelson H. F. Beebe <[email protected]> for references and testing
the software on many different platforms.
* Tim Mooney <[email protected]> for IEEE support for
Tru64, AIX, IRIX, fixes for odes, and testing
* Thomas Walter <[email protected]> for heapsort
routines, cholesky decomposition, bug reports and useful suggestions
* Jorma Olavi Tähtinen <[email protected]> for complex arithmetic
functions
* Barak Pearlmutter <[email protected]>
* Frederick W. Wheeler <[email protected]>
* Bernd Petrovitsch <[email protected]>
* Jacek Pliszka <[email protected]> for bug report
* Michele Clark <[email protected]> for bug report
* Jeffrey Russell Horner <[email protected]> for information on CBLAS
* Rahul V. Herwadkar <[email protected]> for testing
* Trond Bo <[email protected]> for bug report
* Jan Kasprzak <[email protected]> for bug report
* David Kaelbling <[email protected]> for testing
* Mark Levedahl <[email protected]> for bug report
* David Billinghurst <[email protected]> for testing
* Jean-Bernard ADDOR <[email protected]> for bug report
* Fabrice Rossi <[email protected]> bug reports and suggestions
* Paul Walmsley <[email protected]> for bug report and patch for
fixing matmult.
* Dave Morrison <[email protected]> for advice on build procedure and
various patches, the diff/ numerical differentiation routines,
multmin documentation, and Landau distribution
* Brett Viren <[email protected]> for debugging qpsrt.c.
* Christopher Gabriel <[email protected]> contributed the
gsl-config and gsl.m4 we use.
* C M Murphy <[email protected]> patch to fix up consts in header files
* Bracy H. Elton for correcting a reference in the FFT Algorithms document
* Tadhg O'Meara <[email protected]> for finding a bug in gsl-randist
* Steve Robbins <[email protected]> patch to work around FP_RND
problems on Tru64, testing and other patches., bug fix for nm_simplex
algorithm.
* John Fisher <[email protected]> testing on powerpc linux
and support for fp-ppclinux.c
* OKUJI Yoshinori <[email protected]> for a patch for fp-x86linux.c for libc5
* Pablo Bianucci <[email protected]> for patches to complex matrix/vectors
* Toby White <[email protected]> for several patches and
improvements to the design, OpenBSD support
* Bill Brower <[email protected]> for bug report on gsl.m4
* Vladimir Kushnir <[email protected]> for ieee support for FreeBSD
* F J Franklin <[email protected]> for test reports and debugging
* Keith Briggs <[email protected]> for bug reports and code for
the skewed Levy alpha-stable variates gsl_ran_levy_skew
* Vince <[email protected]> for permutation iterator functions
* Henry Sobotka <[email protected]> for ieee support for OS/2 and bug fixes
* Remy Bruno <[email protected]> for bug fix
* M. Lavasani <[email protected]> for bug reports and testing on HPUX11
* Jason Beegan <[email protected]> for NetBSD support
* Zeger Knops <[email protected]> for bug fix
* Rodney Sparapani <[email protected]> for Darwin support
* Ramin Nakisa <[email protected]> for bug reports
* Achim Gaedke <[email protected]> for bug reports and
suggestions, additional histogram code, PyGSL python interface, 2d
histogram statistics, bug fixes for simulated annealing
* Eric Rose <[email protected]> for bug report and useful tip on casting
* M Joonas Pihlaja <[email protected]> for bug reports
* Albert Chin <[email protected]> for bug reports, patches, and
providing HP-UX platforms for testing
* Asterio Gonzalez <[email protected]> for a bug report for multmin
* Carlo Perassi <[email protected]> for implementing the random number
generators in Knuth's Seminumerical Algorithms, 3rd Ed.
* Dan, Ho-Jin <[email protected]> for divided differences interpolation
routines
* Stefan Koch <[email protected]> for useful bug reports and
fixes for the special functions
* Szymon Jaroszewicz <[email protected]> for the combinations modules and
bug reports
* Theis Peter Hansen <[email protected]> fixed unchecked status values in
multiroots
* Jungemann Markus <[email protected]> documentation fixes
* Hans E. Plesser (hans dot plesser at itf dot nlh dot no) more
reliable implementation of gamma_inc, multifit bug fixes
* Arin Chaudhuri <[email protected]> documentation bug reports
* Karsten Howes <[email protected]> siman bug fix
* Vladimir Savichev <[email protected]> bug reports
* Jochen Küpper <[email protected]> doc bug fixes, additional
constants
* John Ketchum <[email protected]> for bug reports for the blas library
* Nicolas Darnis <[email protected]> additional permutation functions
* Jeff Spirko <[email protected]> patch for 1d minimization
* David Necas (Yeti) <[email protected]> bug reports and patches
for linear algebra, interpolation, additional tridiagonal solvers
* <[email protected]> for bug report
* Christian T. Steigies <[email protected]> for documentation bug report
* Atakan Gurkan <[email protected]> for bug reports and patches for the
random number generators.
* David Ronis <[email protected]> for bug reports and
patches
* Christian T. Steigies <[email protected]> for a documentation fix
* Teun Burgers <[email protected]> improvements to configure script
* Olivier Andrieu <[email protected]> bug report for Chebyschev
memory leak
* Hiroshi Imamura <[email protected]> extension to psi(1+iy)
* Taliver Heath <[email protected]> keep track of best solution
in siman_solve.
* Trevor Blackwell <[email protected]> bug report test case for
SVD d_n = 0, bug fix to mt19937 generator
* Nicolas Bock <[email protected]> documentation bug report
* Alan Aspuru-Guzik <[email protected]> documentation bug report
* Peter S. Christopher <[email protected]> bug fix for
simulated annealing
* Gene Carter <[email protected]> build shared libraries on MacOS X
* Fabian Jakobs <[email protected]> fixed a bug in
gsl_linalg_bidiag_unpack_B, and documentation bug-fix for blas
* Gavin Crooks <[email protected]> documentation bug fix,
dirichlet distribution, multinomial distribution
* Gert Van den Eynde <[email protected]> gsl_ldexp, gsl_frexp, gsl_fcmp
* Reinhold Bader <[email protected]>, fixes for Hitachi SR8000
* Slaven Peles <[email protected]>, build options for
Compaq cc, doc bug fix
* David Favis-Mortlock <[email protected]> bug report for
gsl_rng_taus2 seeding
* Alexander Babansky <[email protected]> documentation bug report for Ei(x)
* Tiago de Paula Peixoto <[email protected]> bug report for multifit
memory allocation
* Adam Johansen <[email protected]> bug report for eigenvalue routines
* Wolfgang Hoermann <[email protected]> bug report for niederreiter qrng
* Jerome Houdayer <[email protected]> bug report for taus seeding
* Conrad Curry <[email protected]> bug and documentation reports
* Erik Schnetter <[email protected]> documentation bug reports
* Maarten De Munck <[email protected]> bug fix for vector/matrix get
* Axel Hutt <[email protected]> bug fix for QAWC integration,
documentation bug fix
* Martin Jansche <[email protected]> various bug reports
* Gregory Soyez <[email protected]> documentation bug report
* Attilio Rivoldini <[email protected]> bug report for CBLAS tests
* W.M. Vissers <[email protected]> bug report for
gsl_complex_arccsc_real
* Paolo Redaelli <[email protected]> bug report for chebyshev
functions
* Andrew Howard <[email protected]> bug report for gsl_ran_discrete
* Heiko Bauke <[email protected]> bug reports and patches
for random number generators
* Vincent Sacksteder <[email protected]> bug reports for MSVC7
* Peter Verveer <[email protected]> improvement to memory
usage of MINPACK routines
* Mario Pernici <[email protected]> bug fix for
gsl_combination_valid and new function gsl_permutation_memcpy,
doc fix for bessel functions, bug fix for gsl_sf_psi_1_int,
bug report for gsl_permutation_canonical_to_linear, linalg
QRPT bug reports and fixes, and many other corrections.
* Fabio Brugnara <[email protected]> provided a much-needed bug
fix for the conjugate gradient algorithm multidimensional
minimisers.
* Krzysztof Pachucki <[email protected]> bug report for gsl_sf_hypergU_int
* Carsten Svaneborg <[email protected]> documentation bug report
* Liguo Song <[email protected]> documentation bug report
* Carlo Ferrigno <[email protected]> bug report for CGS units
* Giulio Bottazzi <[email protected]> many useful bug reports
* Olaf Lenz <[email protected]> rng frwite/fread, bug reports
* Jamie Lokier <[email protected]> for testing
* Grant Lythe <[email protected]> documentation bug report
* Jussi Piitulainen <[email protected]> documentation bug report
* Aaron Schweiger <[email protected]> bug report for SVD/column balancing
* Carlo Ferrigno <[email protected]> bug report about const problems
* Jussi Piitulainen <[email protected]> documenation bug report for
gsl_ran_hypergeometric_pdf
* Bas Zoetekouw <[email protected]> documentation bug report
* Paul Sydney <[email protected]> bug report and patch for min/brent.c
* Alexei Podtelezhnikov <[email protected]> patch for sphere.c
* Neil Bushong <[email protected]> documentation typo bug report
* Brad Bell <[email protected]> documentation bug report
* Andreas Schneider <[email protected]> bug report for R250
* Luigi Ballabio <[email protected]> fix m4 quoting in gsl.m4
* Zbigniew Koza <[email protected]> documentation bug fix for odes
* James Scott <[email protected]> fix for linalg tests on MSVC
* Rémi Butel <[email protected]> fixes for multimin overflow
conditions
* Andris Pavenis <[email protected]> Makefile fix for EXEEXT
* Daniel Webb <[email protected]> bug report for potential cspline
division by zero
* Ewald Stamp <[email protected]> bugfix for vector/swap_source.c
* Joerg Wensch <[email protected]> LQ decompositions
* Jason Stover <[email protected]> patch for cdf/beta.c,
inverse cumulative distributions, discrete cumulative distributions
* Ralph Menikoff <[email protected]> bug report for gsl_sf_expint_scaled
* Yoshiki <[email protected]> documentation bug report
* Nigel Lowry <[email protected]> documentation proofreading
* Giulio Bottazzi <[email protected]> cdf for exponential power
distribution, bug reports
* Tuomo Keskitalo <[email protected]> many improvements to ode-initval
* Britton Kerin <[email protected]> documentation bug reports
* Patricio Rojo <[email protected]> patch for numerical
instability in interpolation integrate function
* Damir Herman <[email protected]> improved accuracy of
histogram range calculations
* John Salmon <[email protected]> bug report for gsl_cheb_eval_n_err
* Dirk Eddelbuettel <[email protected]> for bug reports and testing, and
maintaining the Debian package for GSL.
* Jari Häkkinen <[email protected]> for svd bug reports, rng bug reports
* Marco Canini <[email protected]> patch for IXP2400 Xscale
* Ben Klemens <[email protected]> bug report for sorting vectors
with NANs
* Peter Brommer <[email protected]> bug report and patch
for Brent minimisation algorithm.
* Gabriel Withington <[email protected]> typo in docs
* Stewart V. Wright <[email protected]> patch for missing
spline functions
* Richard Mathar <[email protected]> additional Debye
functions n=5,6, handle case x==1 in 2F1.
* Stefan Jahn <[email protected]> bug fix for periodic cubic splines with n=3
* Yoram Burak <[email protected]> bug report for scaled bessel function In_scaled
* Mario Santos <[email protected]> bug report for spherical bessel function
* Vincent Plagnol <[email protected]> bug report for gsl_randist_binomial_pdf
* John Houck <[email protected]> bug report for gsl_sf_synchrotron_1
* Jochen Voss <[email protected]> ziggurat gaussian generator
* John D Lamb <[email protected]> Marsaglia-Tsang gamma generator, bug reports
* Giulio Bottazzi <[email protected]> improved exponential
power distribution and gsl_multifit_linear_est
* Charles Karney <[email protected]> added Leva bounds to gaussian ratio method generator
* Torquil Sorenson <[email protected]> documentation bug fixes for FFTs
* Yajun Wang <[email protected]> - bug report for multifit n<p
* Erik Schnetter <[email protected]> - patch for Macos X on Intel
* Lowell Johnson <[email protected]> - implementation of mathieu functions
* Brian Gladman <[email protected]> - useful bug reports
* B. Lazarov <[email protected]> - compilation bug report for randist
* Harald Moseby <[email protected]> - special functions bug reports
* Neil Harvey <[email protected]> - bug report for beta pdf
* Felipe G. Nievinski <[email protected]> - documentation bug report
* Daisuke TOMINAGA <[email protected]> - Japanese translation of manual and numerous corrections
* Andoline Bucciolini <[email protected]> - documentation bug for BLAS
* Daniel Falster <[email protected]> bug report for fdist_Pinv
* Giancarlo Marra <[email protected]> bug report for M_PI_4
* Alan Irwin <[email protected]> for sample implementation of
improved BFGS algorithm.
* Lionel Barnett <[email protected]> for pointing out an
error in the elliptic integrals
* Ed Smith-Rowland <[email protected]> patch for laguerre polynomials
* Katrin Wolff <[email protected]> bug report for Lambert W function
* "Heikki Orsila <[email protected]>" cleaning up siman code
* Eugene Loh <[email protected]> bug report for gsl_log1p
* Richard Smith <[email protected]> bug report and suggestions for
correct use of isfinite
* Marco Lombardi <[email protected]> bug report for svd
* I J Wilson <[email protected]> bug report for dirichlet
function
* Justin Lenzo <[email protected]> bug reports for
vector/matrix tests.
* Sebastian Queißer <[email protected]> bug report for
gsl_cdf_beta_Pinv
* Andries Brouwer <[email protected]> bug report for
underflow in symmetric eigenvalues
* Mingxi Wu <[email protected]> bug report for multinomial pdf
* Chris Mihelich <[email protected]> bug reports and suggestions for
gsl_ldexp and gsl_frexp
* Frank Reininghaus <[email protected]> complex polynomial
evaluation and ode improvements
* Jason Coy <[email protected]> optimisation for dwt.c
* Richard Guenther <[email protected]> bug reports
* Stijn van Dongen <[email protected]> bug fix for overflow in
gsl_cdf_hypergeometric_{P,Q}
* Claude Dion <[email protected]> documentation bug reports
* Michael Kuklik <[email protected]> bug report for simplex
* Paul Accisano, bug report and fix for cyclic solver
* Thomas Weber <[email protected]> bug and patch for interp
accelerator
* Lori A. Pritchett-Sheats bug report for vegas chisq.
* Frank Wang <[email protected]> bug report for gsl_ran_gamma_knuth.
* Peter Johansson <[email protected]> fix for make install prefix=PREFIX
* Taneli Kalvas <[email protected]> bug report for odes
* Marco Maggi <[email protected]> bug fix for gsl_blas_drotm
* Mateus Araújo Santos - bug fix for LM set
* James Howse - quad_golden minimisation algorithm
* Marc JOURDAIN - polynomial derivatives function
* Andrew Steiner - for bug reports
* Ettl Martin - bug report, rk4 memory
* Yevgeniy Naumovich - bspline allocators fix
* Huan Wu - gsl_linalg_complex_cholesky_invert
* Ralf Wildenhues - numerous proofreading corrections
* Thomas Tanner <[email protected]> - bug report for gsl_sf_beta_inc
* Sam Mason <[email protected]> - bug fix for gsl_pow_int
* José Luis García Pallero <[email protected]> - error checking for GSL cblas
* Teemu Ikonen <[email protected]> patch for gsl_ran_chisq_pdf
* Evgeny Kurbatov <[email protected]> - patch for error
handling in interpolation routines
* Michel Kern <[email protected]> - fix for singular Jacobian in
Newton solver
* Nikolay Simakov <[email protected]> - bug report for gsl_eigen_jacobi
* Jim Ward - numerous bug reports and useful suggestions
* Josh Neil & Curt Hash - patch for negative binomial
* Maximilian Treiber <[email protected]> - bug report for gsl_sf_lncosh
* Martin Landriau <[email protected]> bug report for 3j coupling
* Grigory I. Rubtsov <[email protected]> - extend range of 3j
* Matthias Sitte <[email protected]> - bug report and patch for
failing complex matrix IO routines
* Raymond Rogers <[email protected]> - bug fixes for confluent
hypergeometric functions