Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gsl_2_7_1-gnu-hpc-devel | Distribution: SUSE Linux Framework One |
Version: 2.7.1 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.3 | Build date: Fri Jun 14 23:28:27 2024 |
Group: Development/Libraries/C and C++ | Build host: ibs-power9-13 |
Size: 1254190 | Source RPM: gsl_2_7_1-gnu-hpc-2.7.1-slfo.1.1.3.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://www.gnu.org/software/gsl/ | |
Summary: Development files for the GNU Scientific Library |
This package contains the headers, static libraries and some documentation for GSL. 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 an Applications Programming Interface (API) for C programmers, while allowing wrappers to be written for very high level languages.
GPL-3.0-or-later
* Mon Aug 28 2023 adam.majer@suse.de - 989a193268b963aa1047814f7f1402084fb7d859.patch: fix stack out of bounds read in gsl_stats_quantile_from_sorted_data() (bsc#1214681, CVE-2020-353570) * Fri Feb 03 2023 stefan.bruens@rwth-aachen.de - update to gsl 2.7.1: * update libtool version numbers - update to gsl 2.7: * fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com) * fixed bug #60335 (spmatrix test failure, J. Lamb) * fixed bug #36577 * clarified documentation on interpolation accelerators (V. Krishnan) * fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte) * fixed doc bug #59758 * fixed bug #58202 (rstat median for n=5) * added support for native C complex number types in gsl_complex when using a C11 compiler * upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 * updated exponential fitting example for nonlinear least squares * added banded LU decomposition and solver (gsl_linalg_LU_band) * New functions added to the library: - gsl_matrix_norm1 - gsl_spmatrix_norm1 - gsl_matrix_complex_conjtrans_memcpy - gsl_linalg_QL: decomp, unpack - gsl_linalg_complex_QR_* (thanks to Christian Krueger) - gsl_vector_sum - gsl_matrix_scale_rows - gsl_matrix_scale_columns - gsl_multilarge_linear_matrix_ptr - gsl_multilarge_linear_rhs_ptr - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense) - gsl_spmatrix_dense_sub - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply - gsl_linalg_QR_UD: decomp, lssolve - gsl_linalg_QR_UU: decomp, lssolve, QTvec - gsl_linalg_QR_UZ: decomp - gsl_multifit_linear_lcurvature - gsl_spline2d_eval_extrap * bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me) * made gsl_sf_legendre_array_index() inline and documented gsl_sf_legendre_nlm() - Drop no longer required gsl-rpmlintrc * Tue May 24 2022 eich@suse.com - Add gsl-rpmlintrc rule to ignore shlib name policy errors for HPC packages (see this file for explanation) (bsc#1191757). - Make doc package arch-independent. * Fri May 14 2021 dimstar@opensuse.org - Do not own standard filesystem dir /usr/lib64/pkgconfig. * Sat Feb 06 2021 eich@suse.com - Add support for gcc8 and gcc9 builds for HPC (jsc#SLE-7766, jsc#SLE-8604). - Add build support for gcc10 to HPC build (bsc#1174439). * Fri Nov 15 2019 cgoll@suse.com - module package must not be noarch, so that %{_lib} is expanded correctly * Wed Aug 21 2019 andreas.stieger@gmx.de - update to gsl 2.6: (jsc#SLE-8495) * add BLAS calls for multiple functions * Algorithm and implementation updates * deprecation of multiple functions * removal of multiple previously deprecated functions * add binary search tree module (gsl_bst); based on GNU libavl * remove -u flag to gsl-histogram * updated spmatrix module * add routines for banded Cholesky decomposition - drop upstreamed patches: * gsl-1.6-initvars.diff * gsl-wrap.diff * gsl-fsf_address.patch * Thu Feb 14 2019 adam.majer@suse.de - mark examples as a noarch package - install license for examples and remove unnecessary dependencies * Wed Feb 13 2019 aginies@suse.com - add an examples sub package to test in production env * Mon Feb 11 2019 eich@suse.com - Simplify package naming for HPC. - Fix dependencies for HPC. - Library directory is always available when module file is installed, do not hide it. - Properly create and tear down default version links when the HPC master packages are installed/uninstalled. - Create pkgconfig file for gslcblas as well. - Add missing env variables to modules file: MANPATH, INFOPATH, PKG_CONFIG_PATH. * Tue Oct 23 2018 jjolly@suse.com - Convert package to _multibuild - Add HPC build macros and evironment modules * (FATE#324138) - Add master packages for libraries and devel package - Remove BLAS build dependency * Sat Jul 28 2018 jengelh@inai.de - Remove useless --with-pic only useful for static libs. - Fix RPM groups, diversify summaries, trim long descriptions. - Trim bias from descriptions. * Tue Jun 26 2018 adam.majer@suse.de - updated license tags in spec file * Fri Jun 15 2018 astieger@suse.com - gsl 2.5: * doc bug fix in binomial distribution figure * added Wishart distribution * added new module for digital filtering (gsl_filter); current filters include: Gaussian filter median filter recursive median filter impulse detection filter * added new module for moving window statistics (gsl_movstat) * added statistics functions: gsl_stats_median() gsl_stats_select() gsl_stats_mad() gsl_stats_mad0() gsl_stats_Sn_from_sorted_data() gsl_stats_Qn_from_sorted_data() gsl_stats_gastwirth_from_sorted_data() gsl_stats_trmean_from_sorted_data() * added Romberg integration (gsl_integration_romberg) * bug fix in deprecated functions gsl_multifit_wlinear_svd and gsl_multifit_wlinear_usvd (reported by Vlad Koli) * documention corrected to state that gsl_sf_legendre functions do not include Condon-Shortley phase by default * bug fix in exponential fitting example when using larger number of points * changed internal workspace inside gsl_spmatrix to a union to avoid casting * bug fixes in ode-initval2 for very rare solver crashing cases * add histogram2d figure to manual * bug fix in gsl_spmatrix_add for duplicate input arguments * add support for negative arguments nu in gsl_sf_bessel_Jnu and gsl_sf_bessel_Ynu (Konrad Griessinger) * better texinfo documentation for gsl_sf_hyperg functions * fix vector and matrix fread/fwrite testing on windows systems when tmpfile() fails - drop rstat_test.patch, is upstream * Mon May 14 2018 adam.majer@suse.de - temporarily disable unit tests on i586 (boo#1092530) * Tue Jun 20 2017 adam.majer@suse.de - rstat_test.patch - Fix rstat test on PPC platform - re-enable multi-job support in unit tests (check make target) * Mon Jun 19 2017 adam.majer@suse.de - Update to new upstream version 2.4: * add const to declaration of appropriate gsl_rstat routines * added routines for Hermite polynomials, gsl_sf_hermite_* * added routines to compute integrals with fixed-point quadrature, based on IQPACK * added new nonlinear least squares example for fitting a Gaussian to data * deprecated routines: gsl_sf_coupling_6j_INCORRECT gsl_sf_coupling_6j_INCORRECT_e * deprecated routine 'gsl_linalg_hessenberg' (replaced by gsl_linalg_hessenberg_decomp) * removed routines which were deprecated in v2.1: gsl_bspline_deriv_alloc gsl_bspline_deriv_free * changed COD expression to Q R Z^T instead of Q R Z to be consistent with standard texts * added check for nz == 0 in gsl_spmatrix_get * permit zero-dimension blocks, vectors, matrics, subvectors, submatrices, and views of the above * added routine gsl_linalg_COD_lssolve2 for regularized least squares problems - obsoletes patches: * ppc_test_tolerence.patch * fix_legendre_test.patch - unit tests re-enabled * Wed Jun 14 2017 adam.majer@suse.de - Update to test version 2.3.90. * Thu May 18 2017 adam.majer@suse.de - Add unit test error logs to build logs when there is a failure - ppc_test_tolerence.patch: Fix unit tests on PPC64 and PPC64LE - fix_legendre_test.patch: Ignore part of failing unit test on i586 (boo#1030250) * Fri Jan 06 2017 mpluskal@suse.com - Update to version 2.3: * bug fix in documentation for gsl_linalg_LU_refine * added gsl_multifit_linear_tsvd and gsl_multifit_wlinear_tsvd * improved rstat example program and added documentation for * added function gsl_multifit_linear_rank * bug fix in nonlinear least squares when using data weights with * add 2D subspace method for large systems (multilarge_nlinear) * bug fix in gsl_ran_beta for small parameters * bug fix in gsl_complex_tan for negative imaginary arguments * doc bug fix: value of golden ratio * fixed scaling issue in 2D subspace nonlinear least squares method * optimize dogleg methods to calculate Gauss-Newton point only when needed * reverted gsl_linalg_cholesky_decomp to its previous behavior so it is backward compatible; new cholesky routine is gsl_linalg_cholesky_decomp1 * updated gsl_linalg_cholesky_invert to use Level-2 BLAS * added functions gsl_linalg_tri_*_invert for inverting * fix GSL_EIGEN_SORT_VAL_{ASC,DESC} for nonsymmetric * added complete orthogonal decomposition routines * and many more - see ChangeLog for full list - Drop upstreamed patches: * gsl-disable-multifit-test.patch * gsl-rstat-test-powerpc.patch - Packaging changes: * use https url's for download * fetch keyring from savannah * Fri Jul 29 2016 adam.majer@suse.de - Add missing Requires in -devel following package split * Fri Jul 29 2016 dmitry_r@opensuse.org - Move gslcblas library to separate package [boo#991155] * Sat Jun 18 2016 dmitry_r@opensuse.org - Update to version 2.1 * added gsl_multifit_linear_rcond() to compute reciprocal condition number of least squares matrix * added gsl_multilarge module for large linear least squares systems New in version 2.0 * added L-curve analysis routines for linear Tikhonov regression * add running statistics module * added bilinear and bicubic interpolation * added function gsl_multifit_robust_residuals to compute robust fit residuals * added Steffen monotonic interpolation method * added new nonlinear least squares solver 'lmniel' suitable for systems with large numbers of data * nonlinear least squares solver now tracks the number of function Jacobian evaluations, see example program for details * the 'fdf' field of gsl_multifit_function_fdf is now deprecated and does not need to be specified for nonlinear least squares problems * added extensive test suite to nonlinear least squares module, resulting in a few minor bug fixes; the routine gsl_multifit_fdfsolver_driver has been rewritten (with API change) to handle the various error codes of the lmsder iterate routine, resulting in a high level caller which is highly robust for a wide class of problems * added support for sparse matrices, including a GMRES iterative linear solver * added routines gsl_linalg_givens and gsl_linalg_givens_gv for Givens rotations * added Tikhonov (ridge) regularization to least squares module (linear and nonlinear) * Drop obsolete gsl-sorting-complex-numbers.patch - Disable multifit test for 32-bit systems * gsl-disable-multifit-test.patch - Fix build on PowerPC systems * gsl-rstat-test-powerpc.patch * Mon Jun 08 2015 dimstar@opensuse.org - Add gsl-sorting-complex-numbers.patch: fix in sorting of complex numbers (http://savannah.gnu.org/bugs/?39055). * Wed Feb 25 2015 mpluskal@suse.com - Cleanup spec file with spec-cleaner - Add gpg keys - Update dependencies - Split documentation to separate package - Run only one job for checks * Sat Jul 19 2014 jengelh@inai.de - Utilize shared library package naming guidelines (split gsl -> gsl,libgsl0) - Set RPM groups * Mon Sep 09 2013 badshah400@gmail.com - Update to version 1.16: + fixed error in gsl_rng_fwrite where uninitialized padding bytes were being written (bug #39104) + fixed error in gsl_block_alloc where padding bytes were not properly initialized (bugs #39101,#39102,#39103) + fixed error in ntuple/test.c where padding bytes were not properly initialized (bug #39105) + fixed triangle selection bug in gsl_sf_coupling_6j_e and gsl_sf_coupling_9j_e (bugs #39466 and #29606) + added higher level wrapper routine gsl_multifit_fdfsolver_driver + converted gsl_multifit_linear_residuals to use dgemv to improve efficiency (bug #39153) + added functions gsl_stats_spearman and gsl_sort_vector2 to compute Spearman rank correlation + added function gsl_poly_dd_hermite_init for Hermite interpolation + Added support for robust linear least squares + Added function gsl_linalg_SV_leverage for computing statistical leverages from SVD decomposition + Added support for approximating the Jacobian of nonlinear least squares fits using forward finite differences + Extended gsl_sf_coupling_3j to allow larger range and to handle the special case (ja jb jc; 0 0 0)=0 when ja+jb+jc is odd + Fixed gsl_sf_mathieu_se_array to return zero when the order is zero [bug #33679] + Fixed overflow in gsl_sf_lncosh for large negative x (x<-354) + Improved gsl_ran_negative_binomial_pdf to avoid underflow/overflow for large arguments + Multisets now allow k strictly greater than n + Fixed gsl_matrix_complex_fwrite/fread failure for noncontiguous matrices * Fri Jun 29 2012 coolo@suse.com - the buildrequire for specific gcc libraries seems unneeded (and broke) * Wed Mar 28 2012 pth@suse.de - Remove the unneccessary -fno-strict-aliasing. - Replace FSF address in headers by link to the FSF licenses web page. - prefix all patch files with a 'gsl-' * Tue Feb 28 2012 idonmez@suse.com - Disable FMA support, see the following message for details: http://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html - Still disable %check on i586 because it fails. * Sat Feb 04 2012 jengelh@medozas.de - Remove redundant tags/sections (see specfile guidelines) - Parallel build with %_smp_mflags * Sat Feb 04 2012 jengelh@medozas.de - Remove redundant tags/sections (see specfile guidelines) * Sat Oct 15 2011 coolo@suse.com - add libtool as buildrequire to make the spec file more reliable * Sat Oct 01 2011 crrodriguez@opensuse.org - Workaround qemu-arm bugs. * Thu Sep 29 2011 andrea.turrini@gmail.com - Made descriptions in gls.spec more readable * Sun Jul 17 2011 badshah400@gmail.com - Update to 1.15: New functions, improvements and bug-fixes; see NEWS for full list * Wed Dec 08 2010 kkaempf@novell.com - Update to 1.14 Bugfixes, improvements and new functions. See NEWS for full list. * Mon Dec 06 2010 kkaempf@novell.com - Fix build on non-SUSE distros * Mon Dec 06 2010 kkaempf@novell.com - Add pkg-config to BuildRequires so pkgconfig(gsl) gets created as provides of the -devel package * Thu Feb 11 2010 rguenther@suse.de - Drop all fancy compile flags as long as we need -fno-strict-aliasing. * Thu Jul 30 2009 garloff@suse.de - Run make check on all archs, relax precision for qawc elist on x86. * Thu Jul 30 2009 aj@suse.de - Update to gsl-1.12: * Many bugfixes (see NEWS for full list) * Improvements: faster simplex mininimser gsl_multimin_fminimizer_nmsimplex2, gsl_monte_vegas to avoid catastrophic cancellation, * New functions: gsl_bspline_eval_deriv, new auxiliary functions gsl_cheb_order, gsl_cheb_size, gsl_cheb_coeffs for Chebyshev series, gsl_vector_complex_{isnonneg,add,sub,mul, div,scale,add_constant} and gsl_matrix_complex_float_isnonn, gsl_linalg_cholesky_invert * Tue Jul 28 2009 aj@suse.de - Fix build - disable html generation which fails. * Tue Jan 13 2009 crrodriguez@suse.de - remove static libraries and "la" files * Fri Aug 22 2008 garloff@suse.de - Update to gsl-1.11: * Bugfixes (underflow in ODE solver, overflow in gsl_cdf_hypergeometric_{P,Q}, brent_minimiser) * Improvements (asymptotic regime in gsl_sf_bessel_jl, large arguments in cum. distr. functions using incomplete beta function, missing error terms in gsl_sf_exp_mult_e10_e, gsl_sf_hyperg_2F1 now handles x==1, gsl_ldexp and gsl_frexp, gsl_multiroots_test_delta) * Optimizations in gsl_ran_gaussian_ziggurat. * New function gsl_multifit_linear_residuals. * Updated some constants to match CODATA 2006 values. - Update to gsl-1.10: * The package license changed from GNU GPL v2 or later to GNU GPL v3 or later! * Support for generalized eigensystems. * gsl_stats_correlation computes Pearson correlation of two data sets * New functions: gsl_sf_expint(n,x), gsl_{vector,matrix}_isnonneg, gsl_matrix_sub{row,column} * Cholesky routines now handle complex matrices * Many other improvements and additions, see NEWS for a detailed list. * Wed Nov 07 2007 garloff@suse.de - disable -fstack-protector (we don't want it for HPC code) - avoid wrapping assumption sort testcase (gcc-4.3 fix) - move make check to %check section - require gsl = %{version} from -devel package - call install-info in -devel %post/%postun - add note on license * Mon Apr 16 2007 dmueller@suse.de - run autoreconf - fix devel package requires - run ldconfig * Tue Mar 13 2007 garloff@suse.de - Update to gsl-1.9: * Fixed the elliptic integrals F,E,P,D so that they have the correct behavior for phi > pi/2 and phi < 0. * New BFGS minimisation method gsl_multimin_fdfminimizer_vector_bfgs2 based on the algorithm given by R.Fletcher in "Practical Methods of Optimisation" (2nd ed). * Beta functions gsl_sf_beta_e(a,b) and gsl_sf_lnbeta_e(a,b) now handle negative arguments a,b. New function gsl_sf_lnbeta_sgn_e for computing magnitude and sign of negative beta values. * gsl_cheb_eval_mode now uses the same error estimate as gsl_cheb_eval_err. * Improved gsl_sf_legendre_sphPlm_e to avoid underflow with large arguments. * Added updated Knuth generator, gsl_rng_knuthran2002, from 9th printing of "The Art of Computer Programming". See http://www-cs-faculty.stanford.edu/~knuth/news02.htm * The functions gsl_multifit_fsolver_set, gsl_multifit_fdfsolver_set and gsl_multiroot_fsolver_set, gsl_multiroot_fdfsolver_set now have a const qualifier for the input vector x. * gsl_sf_expint_E2(x) now returns the correct value 1 for x==0, instead of NaN. * The gsl_ran_gamma function now uses the Marsaglia-Tsang fast gamma method of gsl_ran_gamma_mt by default. * The matrix and vector min/max functions now always propagate any NaNs in their input. * Prevented NaN occuring for extreme parameters in gsl_cdf_fdist_{P,Q}inv and gsl_cdf_beta_{P,Q}inv * Corrected error estimates for the angular reduction functions gsl_sf_angle_restrict_symm_err and gsl_sf_angle_restrict_pos_err. * Corrected an error in the higher digits of M_PI_4 (this was beyond the limit of double precision, so double precision results are not affected). * gsl_root_test_delta now always returns success if two iterates are the same, x1==x0. * A Japanese translation of the reference manual is now available from the GSL webpage at http://www.gnu.org/software/gsl/ thanks to Daisuke TOMINAGA. * Added new functions for basis splines, see the "Basis Splines" chapter in the GSL Reference Manual for details. * Added new functions for testing the sign of vectors and matrices, gsl_vector_ispos, gsl_vector_isneg, gsl_matrix_ispos and gsl_matrix_isneg. * Fixed a bug in gsl_sf_lnpoch_e and gsl_sf_lnpoch_sgn_e which caused the incorrect value 1.0 instead of 0.0 to be returned for x==0. * Fixed cancellation error in gsl_sf_laguerre_n for n > 1e7 so that larger arguments can be calculated without loss of precision. * Improved gsl_sf_zeta_e to return exactly zero for negative even integers, avoiding less accurate trigonometric reduction. * Fixed a bug in gsl_sf_zetam1_int_e where 0 was returned instead of - 1 for negative even integer arguments. * When the differential equation solver gsl_odeiv_apply encounters a singularity it returns the step-size which caused the error code from the user-defined function, as opposed to leaving the step-size unchanged. * Added support for nonsymmetric eigensystems * Added Mathieu functions * Wed Feb 07 2007 garloff@suse.de - -l2h and BuildRequire latex2html for formulas in manual (#242160). * Thu Nov 23 2006 garloff@suse.de - -momit-leaf-frame-pointer was only enabled on x86_64 and i386; however, it should have been enabled on all ix86. Fixed. * Mon Oct 16 2006 garloff@suse.de - Don't use -ffast-math any more (-ffast-math was enabled on x86, x86-64) as otherwise we get inexact (8e-8) results with latest compiler for log1p(1e-10), div by zero, SVD. * Fri Aug 25 2006 garloff@suse.de - Update to gsl-1.8. - Enable make check in build process. * Mon Feb 20 2006 stbinner@suse.de - make gsl-devel depend on gsl * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Mon Dec 19 2005 garloff@suse.de - Split package into gsl and gsl-devel. - Update to gsl-1.7: * Various speedups, accuracy improvements and fixes. * Mon Apr 25 2005 coolo@suse.de - fix library dependencies - at least needed for prelink * Mon Jan 31 2005 ro@suse.de - adapted to texi2html changes * Thu Jan 20 2005 garloff@suse.de - Remove -momit-frame-pointer from most archs, the compiler does not support it there. * Wed Jan 19 2005 garloff@suse.de - Avoid uninitialized variables, and fix a size_t vs. unsigned int issue. - Update to gsl-1.6: * Wavelet functions * LQ decomposition * Various bugfixes and minor improvements (SYRK, HERK, swap_vectors, cheb_eval_n_err, sf_gamma_inc, cspline, akima, ode-initval, sf_psi_1, sf_expint_Ei_e, cdf_beta_X, eigen_jacobi, error stream flushes prior to abort). * Fri Aug 20 2004 garloff@suse.de - Fix build on non-x86/x86-64 (no -monit-leaf-frame-pointer). - Allow parallel build. * Sat Aug 14 2004 garloff@suse.de - Update to version 1.5. - More aggressive compiler optimization flags. * Tue May 18 2004 ro@suse.de - use -fno-strict-aliasing * Wed Feb 25 2004 stepan@suse.de - update to version 1.4 * Sat Jan 10 2004 adrian@suse.de - add %defattr * Tue May 27 2003 ro@suse.de - add pkgconfig file to filelist * Wed Jan 15 2003 garloff@suse.de - bzip2 sources * Wed Jan 15 2003 garloff@suse.de - Update to gsl-1.3: * Fixed gsl_sf_coupling * exponential integral exp(-x)*Ei(x) * many bugfixes - Update to gsl-1.2: * new functions for combining permutations etc. * multiroot functions * dflt error handler outputs message before aborting * gsl_linalg_SV_decomp handles exact zeros now * unsymmetric tridiagonal solvers added * bugfixes - Update to gsl-1.1.1: * bugfixes - Update to gsl-1.1: * permutation copy function * gsl_sf_gamma_inc improved * IEEE handling of FP numbers tested in configure * gsl_histogram_sum * More physical constants (r_B, eps_0) * Knuth's random number generators * bugfixes * Fri Jul 05 2002 kukuk@suse.de - Use %ix86 macro * Wed May 08 2002 garloff@suse.de - Fix %lib64 issues - Remove -freduce-all-givs from compiler flags. * Mon Dec 10 2001 garloff@suse.de - Creation of gsl-1.0 - Produce and install HTML docu
/usr/lib/hpc/gnu13/gsl /usr/lib/hpc/gnu13/gsl/2.7.1 /usr/lib/hpc/gnu13/gsl/2.7.1/bin/gsl-config /usr/lib/hpc/gnu13/gsl/2.7.1/include /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_blas.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_blas_types.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_char.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_complex_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_complex_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_complex_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_long.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_short.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_uchar.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_uint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_ulong.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_block_ushort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_bspline.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_bst.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_bst_avl.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_bst_rb.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_bst_types.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_cblas.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_cdf.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_chebyshev.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_check_range.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_combination.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_complex.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_complex_math.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_const.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_const_cgs.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_const_cgsm.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_const_mks.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_const_mksa.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_const_num.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_deriv.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_dft_complex.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_dft_complex_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_dht.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_diff.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_eigen.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_errno.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_fft.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_fft_complex.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_fft_complex_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_fft_halfcomplex.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_fft_halfcomplex_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_fft_real.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_fft_real_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_filter.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_fit.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_heapsort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_histogram.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_histogram2d.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_ieee_utils.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_inline.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_integration.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_interp.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_interp2d.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_linalg.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_machine.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_math.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_char.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_complex_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_complex_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_complex_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_long.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_short.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_uchar.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_uint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_ulong.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_matrix_ushort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_message.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_min.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_minmax.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_mode.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_monte.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_monte_miser.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_monte_plain.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_monte_vegas.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_movstat.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_multifit.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_multifit_nlin.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_multifit_nlinear.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_multilarge.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_multilarge_nlinear.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_multimin.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_multiroots.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_multiset.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_nan.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_ntuple.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_odeiv.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_odeiv2.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permutation.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_char.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_complex_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_complex_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_complex_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_long.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_char.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_complex_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_complex_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_complex_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_long.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_short.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_uchar.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_uint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_ulong.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_matrix_ushort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_short.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_uchar.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_uint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_ulong.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_ushort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_char.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_complex_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_complex_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_complex_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_long.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_short.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_uchar.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_uint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_ulong.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_permute_vector_ushort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_poly.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_pow_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_precision.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_qrng.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_randist.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_rng.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_roots.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_rstat.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_airy.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_bessel.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_clausen.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_coulomb.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_coupling.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_dawson.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_debye.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_dilog.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_elementary.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_ellint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_elljac.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_erf.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_exp.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_expint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_fermi_dirac.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_gamma.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_gegenbauer.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_hermite.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_hyperg.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_laguerre.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_lambert.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_legendre.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_log.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_mathieu.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_pow_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_psi.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_result.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_sincos_pi.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_synchrotron.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_transport.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_trig.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sf_zeta.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_siman.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_char.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_long.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_short.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_uchar.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_uint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_ulong.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_ushort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector_char.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector_long.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector_short.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector_uchar.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector_uint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector_ulong.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sort_vector_ushort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spblas.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_specfunc.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_splinalg.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spline.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spline2d.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_char.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_complex_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_complex_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_complex_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_long.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_short.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_uchar.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_uint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_ulong.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_spmatrix_ushort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics_char.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics_long.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics_short.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics_uchar.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics_uint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics_ulong.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_statistics_ushort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sum.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_sys.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_test.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_types.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_char.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_complex.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_complex_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_complex_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_complex_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_float.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_int.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_long.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_long_double.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_short.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_uchar.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_uint.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_ulong.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_vector_ushort.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_version.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_wavelet.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/gsl_wavelet2d.h /usr/lib/hpc/gnu13/gsl/2.7.1/include/gsl/test_source.c /usr/lib/hpc/gnu13/gsl/2.7.1/lib64 /usr/lib/hpc/gnu13/gsl/2.7.1/lib64/libgsl.so /usr/lib/hpc/gnu13/gsl/2.7.1/lib64/libgslcblas.so /usr/lib/hpc/gnu13/gsl/2.7.1/lib64/pkgconfig /usr/lib/hpc/gnu13/gsl/2.7.1/lib64/pkgconfig/gsl.pc /usr/lib/hpc/gnu13/gsl/2.7.1/lib64/pkgconfig/gslcblas.pc /usr/lib/hpc/gnu13/gsl/2.7.1/share /usr/lib/hpc/gnu13/gsl/2.7.1/share/aclocal /usr/lib/hpc/gnu13/gsl/2.7.1/share/aclocal/gsl.m4 /usr/lib/hpc/gnu13/gsl/2.7.1/share/man/man1/gsl-config.1 /usr/lib/hpc/gnu13/gsl/2.7.1/share/man/man3 /usr/lib/hpc/gnu13/gsl/2.7.1/share/man/man3/gsl.3 /usr/share/licenses/gsl_2_7_1-gnu-hpc-devel /usr/share/licenses/gsl_2_7_1-gnu-hpc-devel/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jul 17 23:25:02 2024