Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 564945ee5f | |||
| 0b48a4d2ba | |||
| 8363be0d0a | |||
| 7cd5f79147 | |||
| c65db635eb |
@@ -1,4 +0,0 @@
|
||||
mtime: 1764083812
|
||||
commit: e13872c3cf35c0ab89c1a825b07b7a7cbf78312359f403842a767f03d5f6d9e0
|
||||
url: https://src.opensuse.org/jengelh/flint
|
||||
revision: master
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:beed8f88660db330511c66996bbdebae912b53e84db7f9618eccc7582cb06be7
|
||||
size 256
|
||||
BIN
flint-3.3.1.tar.xz
LFS
Normal file
BIN
flint-3.3.1.tar.xz
LFS
Normal file
Binary file not shown.
BIN
flint-3.4.0.tar.xz
LFS
BIN
flint-3.4.0.tar.xz
LFS
Binary file not shown.
@@ -1,29 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 14:50:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 3.4.0
|
||||
* Added functions for computing the matrix permanent
|
||||
(gr_mat_permanent, _cofactor, _ryser, _glynn)
|
||||
* Multithreaded matrix permanent
|
||||
* Added fmpz_mat_permanent, fmpq_mat_permanent and specialize in
|
||||
gr_mat_permanent
|
||||
* Added gr_poly_product_roots
|
||||
* Added asymptotically fast interpolation for gr_poly
|
||||
* Port naive LLL reduction checks to gr_mat; speed up fmpz_mat
|
||||
versions
|
||||
* Added generic Newton solver for (homogeneous) systems of linear
|
||||
ODEs with rational function coefficients
|
||||
* Added QR and LQ factorization (gr_mat_gr, gr_mat_lq)
|
||||
* Added LLL parameters delta, eta in arb_mat_spd_lll_reduce and
|
||||
arb_mat_spd_is_lll_reduced
|
||||
* Added flint_mpn_mulmod_precond
|
||||
* Added gr_mpoly_derivative and gr_mpoly_integral
|
||||
* Added nmod_vec_invert: invert an array of nmod coefficients
|
||||
* Added nmod_poly_mulmod_precond
|
||||
* Naive Buchberger algorithm for fmpz_mod_mpoly
|
||||
* Added gr_derivative_gen, with implementations for polynomial
|
||||
rings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 10:04:20 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: flint
|
||||
%define lname libflint22
|
||||
%define lname libflint21
|
||||
%define _lto_cflags %nil %dnl ASM in source
|
||||
Version: 3.4.0
|
||||
Version: 3.3.1
|
||||
Release: 0
|
||||
Summary: C library for doing number theory
|
||||
License: LGPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user