GNU Scientific Library
The GNU Scientific Library (GSL) is a collection of routines for
numerical computing. The routines are written from scratch by the GSL
team in ANSI C and present a modern Applications Programming Interface
(API) for C programmers, while allowing wrappers to be written for very
high level languages.
The library covers the following areas:
Complex Numbers Roots of Polynomials Special Functions
Vectors and Matrices Permutations Sorting BLAS Support
Linear Algebra Eigensystems Fast Fourier Transforms
Quadrature Random Numbers Quasi-Random Sequences Random
Distributions Statistics Histograms N-Tuples
Monte Carlo Integration Simulated Annealing Differential
Equations Interpolation Numerical Differentiation Chebyshev
Series Acceleration Approximation Discrete Hankel
Root-Finding Minimization Transforms Least-Squares Fitting
Physical Constants IEEE Floating-Point
- Developed at science
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/gsl && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000084 84 Bytes | |
gsl-2.8.tar.gz | 0008997136 8.58 MB | |
gsl-2.8.tar.gz.sig | 0000000287 287 Bytes | |
gsl-disable-fma.patch | 0000000948 948 Bytes | |
gsl-qawc-test-x86-precision.diff | 0000000728 728 Bytes | |
gsl.changes | 0000029873 29.2 KB | |
gsl.keyring | 0000003394 3.31 KB | |
gsl.spec | 0000011909 11.6 KB |
Revision 53 (latest revision is 55)
- update to gsl 2.8: * updated multilarge TSQR method to store ||z_2|| and provide it to the user * add routines for Hermite B-spline interpolation * add functions: - gsl_matrix_complex_conjugate - gsl_vector_complex_conj_memcpy - gsl_vector_complex_div_real - gsl_linalg_QR_lssolvem_r - gsl_linalg_complex_QR_lssolvem_r - gsl_linalg_complex_QR_QHmat_r - gsl_linalg_QR_UR_lssolve - gsl_linalg_QR_UR_lssvx - gsl_linalg_QR_UR_QTvec - gsl_linalg_QR_UU_lssvx - gsl_linalg_QR_UD_lssvx - gsl_linalg_QR_UD_QTvec - gsl_linalg_complex_cholesky_{decomp2,svx2,solve2,scale,scale_apply} - gsl_linalg_SV_{solve2,lssolve} - gsl_rstat_norm * add Lebedev quadrature (gsl_integration_lebedev) * major overhaul to the B-spline module to add new functionality - 989a193268b963aa1047814f7f1402084fb7d859.patch: removed, upstreamed
Comments 0