5 Commits

Author SHA256 Message Date
564945ee5f flint 3.3.1 2025-06-16 12:04:54 +02:00
0b48a4d2ba flint 3.3.0 2025-06-12 00:39:15 +02:00
8363be0d0a flint 3.2.2 2025-04-06 18:03:14 +02:00
7cd5f79147 flint 3.2.1 2025-03-16 10:10:04 +01:00
c65db635eb flint 3.2.0 2025-03-14 13:22:53 +01:00
6 changed files with 5 additions and 38 deletions

View File

@@ -1,4 +0,0 @@
mtime: 1764083812
commit: e13872c3cf35c0ab89c1a825b07b7a7cbf78312359f403842a767f03d5f6d9e0
url: https://src.opensuse.org/jengelh/flint
revision: master

View File

@@ -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

Binary file not shown.

Binary file not shown.

View File

@@ -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>

View File

@@ -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