[DRE-commits] [ruby-gsl] 04/08: Merge tag 'upstream/1.16.0.6+dfsg1'
Balint Reczey
rbalint at moszumanska.debian.org
Mon Oct 5 16:22:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
rbalint pushed a commit to branch master
in repository ruby-gsl.
commit f17b043cc4e37f766e5919997b58ddb17ce15176
Merge: 8e3c8f9 0349b3d
Author: Balint Reczey <balint at balintreczey.hu>
Date: Sun Oct 4 18:45:43 2015 +0200
Merge tag 'upstream/1.16.0.6+dfsg1'
Upstream version 1.16.0.6+dfsg1
# gpg: Signature made Sun 04 Oct 2015 06:45:43 PM CEST using RSA key ID B4691A7D
# gpg: Good signature from "Balint Reczey <balint.reczey at interri.com>"
# gpg: aka "Balint Reczey <balint at balintreczey.hu>"
# gpg: aka "Balint Reczey <rbalint at debian.org>"
# gpg: aka "Balint Reczey <balint at cursorinsight.com>"
.gitignore | 12 +
.travis.yml | 24 +
AUTHORS | 8 +
COPYING | 680 +++----
ChangeLog | 1199 +++++------
Gemfile | 4 +
README | 28 -
README.md | 77 +
Rakefile | 47 +-
THANKS | 2 +-
examples/blas/blas.rb | 2 +-
examples/bspline.rb | 6 +-
examples/complex/functions.rb | 8 +-
examples/complex/mul.rb | 2 +-
examples/const/physconst.rb | 8 +-
examples/const/travel.rb | 8 +-
examples/eigen/nonsymmv.rb | 2 +-
examples/eigen/qhoscillator.rb | 6 +-
examples/fft/radix2.rb | 2 +-
examples/fft/real-halfcomplex.rb | 6 +-
examples/fft/real-halfcomplex2.rb | 6 +-
examples/fit/expfit.rb | 2 +-
examples/fit/multifit.rb | 2 +-
examples/fit/ndlinear.rb | 88 +-
examples/fit/nonlinearfit.rb | 2 +-
examples/fit/wlinear.rb | 6 +-
examples/function/function.rb | 2 +-
examples/function/min.rb | 2 +-
examples/function/synchrotron.rb | 4 +-
examples/gallery/koch.rb | 2 +-
examples/histogram/cauchy.rb | 4 +-
examples/histogram/exponential.rb | 2 +-
examples/histogram/histo3d.rb | 2 +-
examples/histogram/histogram-pdf.rb | 4 +-
examples/histogram/xexp.rb | 2 +-
examples/integration/ahmed.rb | 4 +-
examples/integration/cosmology.rb | 14 +-
examples/integration/friedmann.rb | 8 +-
examples/integration/qng.rb | 2 +-
examples/interp/demo.rb | 4 +-
examples/linalg/LQ_solve.rb | 2 +-
examples/linalg/LU.rb | 2 +-
examples/linalg/LU2.rb | 2 +-
examples/linalg/LU_narray.rb | 2 +-
examples/linalg/PTLQ.rb | 2 +-
examples/linalg/QRPT.rb | 2 +-
examples/linalg/chol.rb | 2 +-
examples/linalg/chol_narray.rb | 2 +-
examples/linalg/complex.rb | 2 +-
examples/math/elementary.rb | 2 +-
examples/math/functions.rb | 2 +-
examples/math/inf_nan.rb | 2 +-
examples/math/minmax.rb | 2 +-
examples/math/power.rb | 2 +-
examples/math/test.rb | 2 +-
examples/min.rb | 2 +-
examples/multimin/bundle.rb | 2 +-
examples/multimin/cqp.rb | 34 +-
examples/multiroot/fsolver3.rb | 2 +-
examples/odeiv/binarysystem.rb | 24 +-
examples/odeiv/demo.rb | 6 +-
examples/odeiv/frei1.rb | 14 +-
examples/odeiv/frei2.rb | 8 +-
examples/odeiv/oscillator.rb | 2 +-
examples/odeiv/sedov.rb | 6 +-
examples/odeiv/whitedwarf.rb | 22 +-
examples/permutation/ex1.rb | 4 +-
examples/permutation/permutation.rb | 2 +-
examples/poly/demo.rb | 2 +-
examples/random/diffusion.rb | 2 +-
examples/random/generator.rb | 4 +-
examples/random/randomwalk.rb | 6 +-
examples/random/rng.rb | 2 +-
examples/roots/bisection.rb | 2 +-
examples/roots/brent.rb | 2 +-
examples/roots/demo.rb | 2 +-
examples/roots/newton.rb | 4 +-
examples/roots/recombination.gp | 1 -
examples/sf/hyperg.rb | 2 +-
examples/sf/sphbessel.rb | 2 +-
examples/sort/sort.rb | 2 +-
examples/tamu_anova.rb | 8 +-
examples/vector/add.rb | 2 +-
examples/vector/decimate.rb | 2 +-
examples/vector/gnuplot.rb | 16 +-
examples/vector/vector.rb | 4 +-
examples/wavelet/wavelet1.rb | 2 +-
ext/gsl/bspline.c | 130 --
ext/gsl/const.c | 672 -------
ext/gsl/cqp.c | 283 ---
ext/gsl/fcmp.c | 64 -
ext/gsl/fresnel.c | 312 ---
ext/gsl/jacobi.c | 739 -------
ext/gsl/ool.c | 879 --------
ext/gsl/oper_complex_source.c | 251 ---
ext/gsl/sf_mathieu.c | 238 ---
ext/{gsl => gsl_native}/alf.c | 18 +-
ext/{gsl => gsl_native}/array.c | 215 +-
ext/{gsl => gsl_native}/array_complex.c | 124 +-
ext/{gsl => gsl_native}/blas.c | 0
ext/{gsl => gsl_native}/blas1.c | 64 +-
ext/{gsl => gsl_native}/blas2.c | 112 +-
ext/{gsl => gsl_native}/blas3.c | 108 +-
ext/{gsl => gsl_native}/block.c | 9 +-
.../block_source.c => gsl_native/block_source.h} | 220 +-
ext/gsl_native/bspline.c | 122 ++
ext/{gsl => gsl_native}/bundle.c | 0
ext/{gsl => gsl_native}/cdf.c | 164 +-
ext/{gsl => gsl_native}/cheb.c | 159 +-
ext/{gsl => gsl_native}/combination.c | 25 +-
ext/{gsl => gsl_native}/common.c | 44 +-
ext/{gsl => gsl_native}/complex.c | 228 ++-
ext/gsl_native/const.c | 331 +++
ext/{gsl => gsl_native}/const_additional.c | 45 +-
ext/gsl_native/cqp.c | 283 +++
ext/{gsl => gsl_native}/deriv.c | 52 +-
ext/{gsl => gsl_native}/dht.c | 48 +-
ext/{gsl => gsl_native}/diff.c | 48 +-
ext/{gsl => gsl_native}/dirac.c | 89 +-
ext/{gsl => gsl_native}/eigen.c | 2113 ++++++++++----------
ext/{gsl => gsl_native}/error.c | 26 +-
ext/{gsl => gsl_native}/extconf.rb | 18 +-
ext/{gsl => gsl_native}/fft.c | 390 ++--
ext/{gsl => gsl_native}/fit.c | 32 +-
ext/gsl_native/fresnel.c | 312 +++
ext/{gsl => gsl_native}/function.c | 64 +-
ext/{gsl => gsl_native}/geometry.c | 30 +-
ext/{gsl => gsl_native}/graph.c | 124 +-
ext/{gsl => gsl_native}/gsl.c | 33 +-
ext/{gsl => gsl_native}/gsl_narray.c | 39 +-
ext/{gsl => gsl_native}/histogram.c | 273 ++-
ext/{gsl => gsl_native}/histogram2d.c | 167 +-
ext/{gsl => gsl_native}/histogram3d.c | 144 +-
ext/{gsl => gsl_native}/histogram3d_source.c | 391 ++--
ext/{gsl => gsl_native}/histogram_find.c | 64 +-
ext/{gsl => gsl_native}/histogram_oper.c | 95 +-
ext/{gsl => gsl_native}/ieee.c | 22 +-
ext/{gsl => gsl_native}/include/rb_gsl.h | 7 -
ext/{gsl => gsl_native}/include/rb_gsl_array.h | 40 +-
ext/{gsl => gsl_native}/include/rb_gsl_cheb.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_common.h | 96 +-
ext/{gsl => gsl_native}/include/rb_gsl_complex.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_const.h | 5 -
ext/{gsl => gsl_native}/include/rb_gsl_dirac.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_eigen.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_fft.h | 3 -
ext/{gsl => gsl_native}/include/rb_gsl_fit.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_function.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_graph.h | 4 +-
ext/{gsl => gsl_native}/include/rb_gsl_histogram.h | 16 +-
.../include/rb_gsl_histogram3d.h | 100 +-
.../include/rb_gsl_integration.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_interp.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_linalg.h | 1 -
ext/{gsl => gsl_native}/include/rb_gsl_math.h | 4 -
ext/{gsl => gsl_native}/include/rb_gsl_odeiv.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_poly.h | 6 +-
ext/{gsl => gsl_native}/include/rb_gsl_rational.h | 2 +-
ext/{gsl => gsl_native}/include/rb_gsl_rng.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_root.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_sf.h | 82 +-
.../include/rb_gsl_statistics.h | 0
ext/{gsl => gsl_native}/include/rb_gsl_tensor.h | 0
.../include/rb_gsl_with_narray.h | 0
ext/{gsl => gsl_native}/include/templates_off.h | 0
ext/{gsl => gsl_native}/include/templates_on.h | 2 +-
ext/{gsl => gsl_native}/integration.c | 343 ++--
ext/{gsl => gsl_native}/interp.c | 54 +-
ext/gsl_native/jacobi.c | 733 +++++++
ext/{gsl => gsl_native}/linalg.c | 1024 +++++-----
ext/{gsl => gsl_native}/linalg_complex.c | 182 +-
ext/{gsl => gsl_native}/math.c | 108 +-
ext/{gsl => gsl_native}/matrix.c | 10 +-
ext/{gsl => gsl_native}/matrix_complex.c | 225 +--
ext/{gsl => gsl_native}/matrix_double.c | 151 +-
ext/{gsl => gsl_native}/matrix_int.c | 99 +-
.../matrix_source.c => gsl_native/matrix_source.h} | 582 +++---
ext/{gsl => gsl_native}/min.c | 117 +-
ext/{gsl => gsl_native}/monte.c | 104 +-
ext/{gsl => gsl_native}/multifit.c | 285 ++-
ext/{gsl => gsl_native}/multimin.c | 138 +-
ext/{gsl => gsl_native}/multimin_fsdf.c | 30 +-
ext/{gsl => gsl_native}/multiroots.c | 125 +-
ext/{gsl => gsl_native}/multiset.c | 10 +-
ext/{gsl => gsl_native}/ndlinear.c | 641 +++---
ext/{gsl => gsl_native}/nmf.c | 22 +-
ext/{gsl => gsl_native}/nmf_wrap.c | 2 +-
ext/{gsl => gsl_native}/ntuple.c | 26 +-
ext/{gsl => gsl_native}/odeiv.c | 201 +-
ext/gsl_native/ool.c | 879 ++++++++
ext/{gsl => gsl_native}/permutation.c | 70 +-
ext/{gsl => gsl_native}/poly.c | 7 +-
ext/{gsl => gsl_native}/poly2.c | 12 +-
.../poly_source.c => gsl_native/poly_source.h} | 507 +++--
ext/{gsl => gsl_native}/qrng.c | 23 +-
ext/{gsl => gsl_native}/randist.c | 461 ++---
ext/{gsl => gsl_native}/rational.c | 18 +-
ext/{gsl => gsl_native}/rng.c | 74 +-
ext/{gsl => gsl_native}/root.c | 86 +-
ext/{gsl => gsl_native}/sf.c | 360 ++--
ext/{gsl => gsl_native}/sf_airy.c | 0
ext/{gsl => gsl_native}/sf_bessel.c | 12 +-
ext/{gsl => gsl_native}/sf_clausen.c | 0
ext/{gsl => gsl_native}/sf_coulomb.c | 78 +-
ext/{gsl => gsl_native}/sf_coupling.c | 58 +-
ext/{gsl => gsl_native}/sf_dawson.c | 0
ext/{gsl => gsl_native}/sf_debye.c | 9 -
ext/{gsl => gsl_native}/sf_dilog.c | 0
ext/{gsl => gsl_native}/sf_elementary.c | 4 +-
ext/{gsl => gsl_native}/sf_ellint.c | 84 +-
ext/{gsl => gsl_native}/sf_elljac.c | 4 +-
ext/{gsl => gsl_native}/sf_erfc.c | 4 -
ext/{gsl => gsl_native}/sf_exp.c | 4 +-
ext/{gsl => gsl_native}/sf_expint.c | 12 +-
ext/{gsl => gsl_native}/sf_fermi_dirac.c | 0
ext/{gsl => gsl_native}/sf_gamma.c | 6 +-
ext/{gsl => gsl_native}/sf_gegenbauer.c | 0
ext/{gsl => gsl_native}/sf_hyperg.c | 0
ext/{gsl => gsl_native}/sf_laguerre.c | 6 +-
ext/{gsl => gsl_native}/sf_lambert.c | 0
ext/{gsl => gsl_native}/sf_legendre.c | 0
ext/{gsl => gsl_native}/sf_log.c | 6 +-
ext/gsl_native/sf_mathieu.c | 235 +++
ext/{gsl => gsl_native}/sf_power.c | 0
ext/{gsl => gsl_native}/sf_psi.c | 13 +-
ext/{gsl => gsl_native}/sf_synchrotron.c | 0
ext/{gsl => gsl_native}/sf_transport.c | 0
ext/{gsl => gsl_native}/sf_trigonometric.c | 6 +-
ext/{gsl => gsl_native}/sf_zeta.c | 4 -
ext/{gsl => gsl_native}/signal.c | 124 +-
ext/{gsl => gsl_native}/siman.c | 76 +-
ext/{gsl => gsl_native}/sort.c | 7 +-
ext/{gsl => gsl_native}/spline.c | 68 +-
ext/{gsl => gsl_native}/stats.c | 217 +-
ext/{gsl => gsl_native}/sum.c | 64 +-
ext/{gsl => gsl_native}/tamu_anova.c | 0
ext/{gsl => gsl_native}/tensor.c | 6 +-
.../tensor_source.c => gsl_native/tensor_source.h} | 288 +--
ext/{gsl => gsl_native}/vector.c | 6 +-
ext/{gsl => gsl_native}/vector_complex.c | 336 ++--
ext/{gsl => gsl_native}/vector_double.c | 341 ++--
ext/{gsl => gsl_native}/vector_int.c | 48 +-
.../vector_source.c => gsl_native/vector_source.h} | 814 ++++----
ext/{gsl => gsl_native}/wavelet.c | 451 ++---
gsl.gemspec | 29 +
lib/gsl.rb | 8 +-
lib/gsl/gnuplot.rb | 4 +-
lib/gsl/version.rb | 4 +-
metadata.yml | 460 ++---
test/gsl/blas_test.rb | 2 +-
test/gsl/index_test.rb | 61 +
test/gsl/matrix_test.rb | 21 +
uncrustify.cfg | 1693 ++++++++++++++++
253 files changed, 13417 insertions(+), 13264 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gsl.git
More information about the Pkg-ruby-extras-commits
mailing list