SHA256
1
0
forked from pool/gsl

- 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

OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=47
This commit is contained in:
2024-05-29 12:47:35 +00:00
committed by Git OBS Bridge
parent d4db51bfb8
commit 2e844b84e0
7 changed files with 38 additions and 84 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed May 29 12:44:56 UTC 2024 - Adam Majer <adam.majer@suse.de>
- 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
-------------------------------------------------------------------
Tue Feb 27 11:13:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>