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
|
* Jim McElwaine for very useful comments and discussions
about the dilogarithm and related functions.
* Simone Piccardi <piccardi@fi.infn.it> for extensions to the
histogram routines, and providing the ntuple code
* Nelson H. F. Beebe <beebe@math.utah.edu> for references and testing
the software on many different platforms.
* Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for IEEE support for
Tru64, AIX, IRIX, fixes for odes, and testing
* Thomas Walter <walter@pctc.chemie.uni-erlangen.de> for heapsort
routines, cholesky decomposition, bug reports and useful suggestions
* Jorma Olavi Thtinen <jotahtin@cc.hut.fi> for complex arithmetic
functions
* Barak Pearlmutter <bap@cs.unm.edu>
* Frederick W. Wheeler <wheeler@cipr.rpi.edu>
* Bernd Petrovitsch <bernd@ict.tuwien.ac.at>
* Jacek Pliszka <Jacek.Pliszka@fuw.edu.pl> for bug report
* Michele Clark <clark@cs.unc.edu> for bug report
* Jeffrey Russell Horner <jhorner@cs.utk.edu> for information on CBLAS
* Rahul V. Herwadkar <RHERWADK@us.oracle.com> for testing
* Trond Bo <datb@dnmi.no> for bug report
* Jan Kasprzak <kas@informatics.muni.cz> for bug report
* David Kaelbling <drk@sgi.com> for testing
* Mark Levedahl <mlevedahl@fallschurch.esys.com> for bug report
* David Billinghurst <David.Billinghurst@riotinto.com.au> for testing
* Jean-Bernard ADDOR <jbaddor@sca.uqam.ca> for bug report
* Fabrice Rossi <rossi@ufrmd.dauphine.fr> bug reports and suggestions
* Paul Walmsley <pwalmsley@iee.org> for bug report and patch for
fixing matmult.
* Dave Morrison <dave@bnl.gov> for advice on build procedure and
various patches, the diff/ numerical differentiation routines,
multmin documentation, and Landau distribution
* Brett Viren <bviren@superk.physics.sunysb.edu> for debugging qpsrt.c.
* Christopher Gabriel <cgabriel@firenze.linux.it> contributed the
gsl-config and gsl.m4 we use.
* C M Murphy <C.M.Murphy@bath.ac.uk> patch to fix up consts in header files
* Bracy H. Elton for correcting a reference in the FFT Algorithms document
* Tadhg O'Meara <tadhg@net-cs.ucd.ie> for finding a bug in gsl-randist
* Steve Robbins <stever@bic.mni.mcgill.ca> patch to work around FP_RND
problems on Tru64, testing and other patches., bug fix for nm_simplex
algorithm.
* John Fisher <johnfish@uclink4.berkeley.edu> testing on powerpc linux
and support for fp-ppclinux.c
* OKUJI Yoshinori <okuji@gnu.org> for a patch for fp-x86linux.c for libc5
* Pablo Bianucci <pbian@pccp.com.ar> for patches to complex matrix/vectors
* Toby White <tow@theor.ch.cam.ac.uk> for several patches and
improvements to the design, OpenBSD support
* Bill Brower <wbrower@ll.mit.edu> for bug report on gsl.m4
* Vladimir Kushnir <vkushnir@Alfacom.net> for ieee support for FreeBSD
* F J Franklin <MEP95JFF@sheffield.ac.uk> for test reports and debugging
* Keith Briggs <briggsk@info.bt.co.uk> for bug reports and code for
the skewed Levy alpha-stable variates gsl_ran_levy_skew
* Vince <vattervi@msu.edu> for permutation iterator functions
* Henry Sobotka <sobotka@axess.com> for ieee support for OS/2 and bug fixes
* Remy Bruno <remy.bruno@libertysurf.fr> for bug fix
* M. Lavasani <lavasani@connect.org.uk> for bug reports and testing on HPUX11
* Jason Beegan <jasontd@indigo.ie> for NetBSD support
* Zeger Knops <zeger@cs.uu.nl> for bug fix
* Rodney Sparapani <rsparapa@mcw.edu> for Darwin support
* Ramin Nakisa <raminnakisa@yahoo.com> for bug reports
* Achim Gaedke <achim@zpr.uni-koeln.de> for bug reports and
suggestions, additional histogram code, PyGSL python interface, 2d
histogram statistics, bug fixes for simulated annealing
* Eric Rose <erose@memot.unibe.ch> for bug report and useful tip on casting
* M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> for bug reports
* Albert Chin <china@thewrittenword.com> for bug reports, patches, and
providing HP-UX platforms for testing
* Asterio Gonzalez <agonzalez@udiberica.com> for a bug report for multmin
* Carlo Perassi <carlo@linux.it> for implementing the random number
generators in Knuth's Seminumerical Algorithms, 3rd Ed.
* Dan, Ho-Jin <hjdan@sys713.kaist.ac.kr> for divided differences interpolation
routines
* Stefan Koch <s.koch@seh-zuelpich.de> for useful bug reports and
fixes for the special functions
* Szymon Jaroszewicz <sj@cs.umb.edu> for the combinations modules and
bug reports
* Theis Peter Hansen <tph@com.dtu.dk> fixed unchecked status values in
multiroots
* Jungemann Markus <Markus.Jungemann@de.bosch.com> 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 <achaudh@unity.ncsu.edu> documentation bug reports
* Karsten Howes <karsten@videotron.ca> siman bug fix
* Vladimir Savichev <vlad@ariel.phys.wesleyan.edu> bug reports
* Jochen Kpper <jochen@jochen-kuepper.de> doc bug fixes, additional
constants
* John Ketchum <johnk@qualcomm.com> for bug reports for the blas library
* Nicolas Darnis <ndarnis@cvf.fr> additional permutation functions
* Jeff Spirko <spirko@lehigh.edu> patch for 1d minimization
* David Necas (Yeti) <yeti@physics.muni.cz> bug reports and patches
for linear algebra, interpolation, additional tridiagonal solvers
* <zunda@24i.net> for bug report
* Christian T. Steigies <cts@debian.org> for documentation bug report
* Atakan Gurkan <ato@northwestern.edu> for bug reports and patches for the
random number generators.
* David Ronis <ronis@ronispc.chem.mcgill.ca> for bug reports and
patches
* Christian T. Steigies <cts@debian.org> for a documentation fix
* Teun Burgers <a.rburgers@freeler.nl> improvements to configure script
* Olivier Andrieu <andrieu@ijm.jussieu.fr> bug report for Chebyschev
memory leak
* Hiroshi Imamura <hima@cmt.is.tohoku.ac.jp> extension to psi(1+iy)
* Taliver Heath <taliver@paul.rutgers.edu> keep track of best solution
in siman_solve.
* Trevor Blackwell <tlb@trevorblackwell.com> bug report test case for
SVD d_n = 0, bug fix to mt19937 generator
* Nicolas Bock <nbock@buffalo.edu> documentation bug report
* Alan Aspuru-Guzik <aspuru@okra.cchem.Berkeley.edu> documentation bug report
* Peter S. Christopher <peterc@midway.uchicago.edu> bug fix for
simulated annealing
* Gene Carter <ecarter@mindspring.com> build shared libraries on MacOS X
* Fabian Jakobs <fabian.jakobs@web.de> fixed a bug in
gsl_linalg_bidiag_unpack_B, and documentation bug-fix for blas
* Gavin Crooks <gec@threeplusone.com> documentation bug fix,
dirichlet distribution, multinomial distribution
* Gert Van den Eynde <gvdeynde@sckcen.be> gsl_ldexp, gsl_frexp, gsl_fcmp
* Reinhold Bader <Reinhold.Bader@lrz-muenchen.de>, fixes for Hitachi SR8000
* Slaven Peles <peles@cns.physics.gatech.edu>, build options for
Compaq cc, doc bug fix
* David Favis-Mortlock <d.favis-mortlock@dial.pipex.com> bug report for
gsl_rng_taus2 seeding
* Alexander Babansky <babansky@mail.ru> documentation bug report for Ei(x)
* Tiago de Paula Peixoto <count0@fissionauthority.com> bug report for multifit
memory allocation
* Adam Johansen <amj26@hermes.cam.ac.uk> bug report for eigenvalue routines
* Wolfgang Hoermann <hormannw@boun.edu.tr> bug report for niederreiter qrng
* Jerome Houdayer <houdayer@spht.saclay.cea.fr> bug report for taus seeding
* Conrad Curry <cwcurry@orca.st.usm.edu> bug and documentation reports
* Erik Schnetter <schnetter@uni-tuebingen.de> documentation bug reports
* Maarten De Munck <indigo@kotnet.org> bug fix for vector/matrix get
* Axel Hutt <hutt@wias-berlin.de> bug fix for QAWC integration,
documentation bug fix
* Martin Jansche <jansche@ling.ohio-state.edu> various bug reports
* Gregory Soyez <g.soyez@ulg.ac.be> documentation bug report
* Attilio Rivoldini <rivoldini@oma.be> bug report for CBLAS tests
* W.M. Vissers <vissers@theochem.kun.nl> bug report for
gsl_complex_arccsc_real
* Paolo Redaelli <paolo.redaelli@libero.it> bug report for chebyshev
functions
* Andrew Howard <ahoward@pollux.usc.edu> bug report for gsl_ran_discrete
* Heiko Bauke <Heiko.Bauke@Physik.Uni-Magdeburg.DE> bug reports and patches
for random number generators
* Vincent Sacksteder <vincent@sacksteder.com> bug reports for MSVC7
* Peter Verveer <verveer@embl-heidelberg.de> improvement to memory
usage of MINPACK routines
* Mario Pernici <Mario.Pernici@mi.infn.it> 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 <brugnara@itc.it> provided a much-needed bug
fix for the conjugate gradient algorithm multidimensional
minimisers.
* Krzysztof Pachucki <krp@fuw.edu.pl> bug report for gsl_sf_hypergU_int
* Carsten Svaneborg <svanebor@mpip-mainz.mpg.de> documentation bug report
* Liguo Song <liguo.song@vanderbilt.edu> documentation bug report
* Carlo Ferrigno <ferrigno@pa.iasf.cnr.it> bug report for CGS units
* Giulio Bottazzi <bottazzi@sssup.it> many useful bug reports
* Olaf Lenz <olenz@Physik.Uni-Bielefeld.DE> rng frwite/fread, bug reports
* Jamie Lokier <jamie@shareable.org> for testing
* Grant Lythe <grant@maths.leeds.ac.uk> documentation bug report
* Jussi Piitulainen <jpiitula@ling.helsinki.fi> documentation bug report
* Aaron Schweiger <aschweig@bu.edu> bug report for SVD/column balancing
* Carlo Ferrigno <ferrigno@pa.iasf.cnr.it> bug report about const problems
* Jussi Piitulainen <jpiitula@ling.helsinki.fi> documenation bug report for
gsl_ran_hypergeometric_pdf
* Bas Zoetekouw <bas@debian.org> documentation bug report
* Paul Sydney <sydney@maui.net> bug report and patch for min/brent.c
* Alexei Podtelezhnikov <apodtele@mccammon.ucsd.edu> patch for sphere.c
* Neil Bushong <bushong@mh-4426b.ucsd.edu> documentation typo bug report
* Brad Bell <brad@apl.washington.edu> documentation bug report
* Andreas Schneider <1@c07.de> bug report for R250
* Luigi Ballabio <luigi.ballabio@fastwebnet.it> fix m4 quoting in gsl.m4
* Zbigniew Koza <zkoza@ift.uni.wroc.pl> documentation bug fix for odes
* James Scott <j.scott@runbox.com> fix for linalg tests on MSVC
* Rmi Butel <r.butel@epoc.u-bordeaux1.fr> fixes for multimin overflow
conditions
* Andris Pavenis <pavenis@latnet.lv> Makefile fix for EXEEXT
* Daniel Webb <lists@danielwebb.us> bug report for potential cspline
division by zero
* Ewald Stamp <stamp@math.hu-berlin.de> bugfix for vector/swap_source.c
* Joerg Wensch <wensch@informatik.uni-halle.de> LQ decompositions
* Jason Stover <jstover@sdf.lonestar.org> patch for cdf/beta.c,
inverse cumulative distributions, discrete cumulative distributions
* Ralph Menikoff <rtm@lanl.gov> bug report for gsl_sf_expint_scaled
* Yoshiki <ytsunesada@yahoo.co.jp> documentation bug report
* Nigel Lowry <nigel-lowry@ultra.eclipse.co.uk> documentation proofreading
* Giulio Bottazzi <bottazzi@sssup.it> cdf for exponential power
distribution, bug reports
* Tuomo Keskitalo <Tuomo.Keskitalo@HUT.Fi> many improvements to ode-initval
* Britton Kerin <bkerin@asf.alaska.edu> documentation bug reports
* Patricio Rojo <pato@astro.cornell.edu> patch for numerical
instability in interpolation integrate function
* Damir Herman <herman@ncbi.nlm.nih.gov> improved accuracy of
histogram range calculations
* John Salmon <jsalmon@thesalmons.org> bug report for gsl_cheb_eval_n_err
* Dirk Eddelbuettel <edd@debian.org> for bug reports and testing, and
maintaining the Debian package for GSL.
* Jari Hkkinen <jari@chiralcomp.com> for svd bug reports, rng bug reports
* Marco Canini <marco.canini@fastwebnet.it> patch for IXP2400 Xscale
* Ben Klemens <klemens@hss.caltech.edu> bug report for sorting vectors
with NANs
* Peter Brommer <pbro@itap.physik.uni-stuttgart.de> bug report and patch
for Brent minimisation algorithm.
* Gabriel Withington <gabriel.withington@umassmed.edu> typo in docs
* Stewart V. Wright <swright+gsl@physics.adelaide.edu.au> patch for missing
spline functions
* Richard Mathar <mathar@strw.leidenuniv.nl> additional Debye
functions n=5,6, handle case x==1 in 2F1.
* Stefan Jahn <stefan@gruft.de> bug fix for periodic cubic splines with n=3
* Yoram Burak <yorambu@kitp.ucsb.edu> bug report for scaled bessel function In_scaled
* Mario Santos <mgrsantos@ist.utl.pt> bug report for spherical bessel function
* Vincent Plagnol <vincent.plagnol@normalesup.org> bug report for gsl_randist_binomial_pdf
* John Houck <houck@space.mit.edu> bug report for gsl_sf_synchrotron_1
* Jochen Voss <voss@seehuhn.de> ziggurat gaussian generator
* John D Lamb <J.D.Lamb@btinternet.com> Marsaglia-Tsang gamma generator, bug reports
* Giulio Bottazzi <giulio.bottazzi@libero.it> improved exponential
power distribution and gsl_multifit_linear_est
* Charles Karney <ckarney@sarnoff.com> added Leva bounds to gaussian ratio method generator
* Torquil Sorenson <torquil@gmail.com> documentation bug fixes for FFTs
* Yajun Wang <yalding@cs.ust.hk> - bug report for multifit n<p
* Erik Schnetter <schnetter@cct.lsu.edu> - patch for Macos X on Intel
* Lowell Johnson <ldj00@sio.midco.net> - implementation of mathieu functions
* Brian Gladman <brg@gladman.plus.com> - useful bug reports
* B. Lazarov <bsl@mek.dtu.dk> - compilation bug report for randist
* Harald Moseby <harald.moseby@fnh.no> - special functions bug reports
* Neil Harvey <neilharvey@gmail.com> - bug report for beta pdf
* Felipe G. Nievinski <f.nievinski@unb.ca> - documentation bug report
* Daisuke TOMINAGA <tominaga@cbrc.jp> - Japanese translation of manual and numerous corrections
* Andoline Bucciolini <andoline_bucciolini@women-at-work.org> - documentation bug for BLAS
* Daniel Falster <dfalster@bio.mq.edu.au> bug report for fdist_Pinv
* Giancarlo Marra <giancarlo.marra@bancaditalia.it> bug report for M_PI_4
* Alan Irwin <irwin@beluga.phys.uvic.ca> for sample implementation of
improved BFGS algorithm.
* Lionel Barnett <lionelb.nospam@googlemail.com> for pointing out an
error in the elliptic integrals
* Ed Smith-Rowland <3dw4rd@verizon.net> patch for laguerre polynomials
* Katrin Wolff <katrin_wolff@gmx.de> bug report for Lambert W function
* "Heikki Orsila <heikki.orsila@iki.fi>" cleaning up siman code
* Eugene Loh <Eugene.Loh@Sun.COM> bug report for gsl_log1p
* Richard Smith <Richard.Smith@Sun.COM> bug report and suggestions for
correct use of isfinite
* Marco Lombardi <marco.lombardi@gmail.com> bug report for svd
* I J Wilson <i.j.wilson@newcastle.ac.uk> bug report for dirichlet
function
* Justin Lenzo <j-lenzo@northwestern.edu> bug reports for
vector/matrix tests.
* Sebastian Queier <sebastian@queisser-net.de> bug report for
gsl_cdf_beta_Pinv
* Andries Brouwer <Andries.Brouwer@cwi.nl> bug report for
underflow in symmetric eigenvalues
* Mingxi Wu <mwu@cise.ufl.edu> bug report for multinomial pdf
* Chris Mihelich <umbricola@gmail.com> bug reports and suggestions for
gsl_ldexp and gsl_frexp
* Frank Reininghaus <frank78ac@googlemail.com> complex polynomial
evaluation and ode improvements
* Jason Coy <funkdart@gmail.com> optimisation for dwt.c
* Richard Guenther <rguenther@suse.de> bug reports
* Stijn van Dongen <svd@sanger.ac.uk> bug fix for overflow in
gsl_cdf_hypergeometric_{P,Q}
* Claude Dion <claude.dion@tp.umu.se> documentation bug reports
* Michael Kuklik <mkuklik@gmail.com> bug report for simplex
* Paul Accisano, bug report and fix for cyclic solver
* Thomas Weber <thomas.weber.mail@gmail.com> bug and patch for interp
accelerator
* Lori A. Pritchett-Sheats bug report for vegas chisq.
* Frank Wang <frank.wang@validusre.bm> bug report for gsl_ran_gamma_knuth.
* Peter Johansson <trojkan@gmail.com> fix for make install prefix=PREFIX
* Taneli Kalvas <taneli.kalvas@jyu.fi> bug report for odes
* Marco Maggi <mrc.mgg@gmail.com> bug fix for gsl_blas_drotm
* Mateus Arajo 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
|