Search
Clear search
Close search
Main menu
Google apps
Groups
Sign in
Groups
flint-devel
Conversations
About
Send feedback
Help
flint-devel
1–30 of 1025
Mark all as read
Report group
0 selected
Oscar Benjamin
Mar 17
python-flint 0.7.0 released
Hi all, Yesterday I pushed out the 0.7.0 release of python-flint to PyPI and GitHub. This release was
unread,
python-flint 0.7.0 released
Hi all, Yesterday I pushed out the 0.7.0 release of python-flint to PyPI and GitHub. This release was
Mar 17
Albin Ahlbäck
,
Jeffrey Sarnoff
2
Mar 13
FLINT v3.2.0 released
congrats and felicitations -- nice work! On Wed, Mar 12, 2025 at 6:45 PM Albin Ahlbäck <albin.
unread,
FLINT v3.2.0 released
congrats and felicitations -- nice work! On Wed, Mar 12, 2025 at 6:45 PM Albin Ahlbäck <albin.
Mar 13
Albin Ahlbäck
Mar 11
Apologies for release-spamming on Github
Hi all, Sorry for the spam of releases on Github today. I tried to get our release CI working. This
unread,
Apologies for release-spamming on Github
Hi all, Sorry for the spam of releases on Github today. I tried to get our release CI working. This
Mar 11
Aasim
,
Oscar Benjamin
3
Mar 4
Bridging FLINT and SymPy for Polynomial GCD Computation
Thank you Oscar. I'm gonna be sending a corresponding mail on the SymPy mailing list soon. I
unread,
Bridging FLINT and SymPy for Polynomial GCD Computation
Thank you Oscar. I'm gonna be sending a corresponding mail on the SymPy mailing list soon. I
Mar 4
Fredrik Johansson
Feb 20
Palaiseau workshop results
Hi all, Here is a summary of what happened at the January 2025 FLINT development workshop in
unread,
Palaiseau workshop results
Hi all, Here is a summary of what happened at the January 2025 FLINT development workshop in
Feb 20
Hansjoerg Seybold
Feb 12
arb integration question
Hi, Not sure if this is the right place, to post my flint/arb user question, but I could not find a
unread,
arb integration question
Hi, Not sure if this is the right place, to post my flint/arb user question, but I could not find a
Feb 12
Jorge Zuniga
,
Fredrik Johansson
2
Feb 7
New fast computing formula for log(10) constant
Hi Jorge, These are very nice results; thanks for sharing them. The following issue is already open
unread,
New fast computing formula for log(10) constant
Hi Jorge, These are very nice results; thanks for sharing them. The following issue is already open
Feb 7
Stephen Crowley
2
Feb 1
is there an algebraic function type? multiplying rational function by algebraic numbers
Subject: Re: Type handling in algebraic operations My previous question about type classification was
unread,
is there an algebraic function type? multiplying rational function by algebraic numbers
Subject: Re: Type handling in algebraic operations My previous question about type classification was
Feb 1
Albin Ahlbäck
Jan 20
FLINT v3.2.0-rc1
Hello, We have just tagged the first release candidate of FLINT v3.2.0 under the tag v3.2.0-rc1. You
unread,
FLINT v3.2.0-rc1
Hello, We have just tagged the first release candidate of FLINT v3.2.0 under the tag v3.2.0-rc1. You
Jan 20
Jeffrey Sarnoff
, …
Claus Fieker
4
Jan 6
interfacing arb, acb matrices with Julia more tightly
On Sat, Jan 04, 2025 at 07:49:05AM -0500, Jeffrey Sarnoff wrote: > Thanks, maybe. I am using your
unread,
interfacing arb, acb matrices with Julia more tightly
On Sat, Jan 04, 2025 at 07:49:05AM -0500, Jeffrey Sarnoff wrote: > Thanks, maybe. I am using your
Jan 6
Jeffrey Sarnoff
,
Fredrik Johansson
3
Jan 4
revisiting fma .. starting with arfs
For example, on Zen 3, 256-bit nfloat_mul takes 32 cycles, compared to 154 cycles for 212-bit
unread,
revisiting fma .. starting with arfs
For example, on Zen 3, 256-bit nfloat_mul takes 32 cycles, compared to 154 cycles for 212-bit
Jan 4
Giacomo Pope
,
Fredrik Johansson
2
12/17/24
advice on how to use the gr API
Hi Giacomo, Given gr_ptr x (= (void *) x), GR_TMP_INIT(x, ctx) allocates space on the stack for x,
unread,
advice on how to use the gr API
Hi Giacomo, Given gr_ptr x (= (void *) x), GR_TMP_INIT(x, ctx) allocates space on the stack for x,
12/17/24
Joachim Wuttke
,
Fredrik Johansson
2
12/12/24
acb functions - how to get more than double precision?
Hello Joachim, Two things: first, don't use strtod and arb_set_d unless you specifically want eg
unread,
acb functions - how to get more than double precision?
Hello Joachim, Two things: first, don't use strtod and arb_set_d unless you specifically want eg
12/12/24
Håvard Raddum
, …
Fredrik Johansson
5
12/6/24
Converting fmpz_mod_mpoly_t to fmpz_mod_poly_t
Thanks a lot for your tips! Indeed, fmpz_mod_mpoly_get_fmpz_mod_poly was what I was looking for.
unread,
Converting fmpz_mod_mpoly_t to fmpz_mod_poly_t
Thanks a lot for your tips! Indeed, fmpz_mod_mpoly_get_fmpz_mod_poly was what I was looking for.
12/6/24
Aamir Vazir
11/26/24
Re: Abridged summary of flint-devel@googlegroups.com - 1 update in 1 topic
Thank you for your feedback, Stephen. You raise an important question. Please find attached a
unread,
Re: Abridged summary of flint-devel@googlegroups.com - 1 update in 1 topic
Thank you for your feedback, Stephen. You raise an important question. Please find attached a
11/26/24
Marc Mezzarobba
2
11/26/24
FLINT workshop January 27 – 31, 2025 in Palaiseau (France)
Reminder: please register before the end of this week if you would like to attend the workshop! (We
unread,
FLINT workshop January 27 – 31, 2025 in Palaiseau (France)
Reminder: please register before the end of this week if you would like to attend the workshop! (We
11/26/24
Aamir Vazir
11/25/24
p-adic analysis C++ library
Hello Nerds, I am implementing a p-adic analysis C++ library using FLINT: https://github.com/eclipse-
unread,
p-adic analysis C++ library
Hello Nerds, I am implementing a p-adic analysis C++ library using FLINT: https://github.com/eclipse-
11/25/24
Stephen Crowley
,
Oscar Benjamin
4
8/18/24
Best way to compute powers of complex rational functions
Thank you I may try that if I need to I won't be computing powers more than a hundred I would be
unread,
Best way to compute powers of complex rational functions
Thank you I may try that if I need to I won't be computing powers more than a hundred I would be
8/18/24
Hartmut Monien
,
Fredrik Johansson
4
8/8/24
gr_stream design
It turned out to be an allocation error which had non-local effects ... . All works now. On Monday,
unread,
gr_stream design
It turned out to be an allocation error which had non-local effects ... . All works now. On Monday,
8/8/24
dracodrago1330
, …
Edgar Costa
8
8/2/24
./configure fails to find gmp.h
i don't know what happened, but it now runs without error... the only thing that changed between
unread,
./configure fails to find gmp.h
i don't know what happened, but it now runs without error... the only thing that changed between
8/2/24
Stephen Crowley
,
Jeffrey Sarnoff
5
8/1/24
Jacobi polynomials and recursive functions in arb4j's expression compiler
Indeed, see https://github.com/crowlogic/arb4j/blob/master/src/main/java/arb/RationalFunction.java
unread,
Jacobi polynomials and recursive functions in arb4j's expression compiler
Indeed, see https://github.com/crowlogic/arb4j/blob/master/src/main/java/arb/RationalFunction.java
8/1/24
Stephen Crowley
2
8/1/24
rising factorial of rational number
I suppose it would be most efficient to just convert to arb_t then compute the rising factorial and
unread,
rising factorial of rational number
I suppose it would be most efficient to just convert to arb_t then compute the rising factorial and
8/1/24
Akhil Akkapelli
, …
Rudi Gaelzer
3
7/19/24
Complex Integration of Fortran function in Arb Library using Fortran-C Interoperability
You could try posing your question to the Fortran Discourse Forum (https://fortran-lang.discourse.
unread,
Complex Integration of Fortran function in Arb Library using Fortran-C Interoperability
You could try posing your question to the Fortran Discourse Forum (https://fortran-lang.discourse.
7/19/24
Rudi Gaelzer
, …
Akhil Akkapelli
8
7/18/24
Arb v. 2.23.0: doubt about arb_calc_isolate_roots
I'm intrested in integration of Fortran functions using functions in Arb library. I'm eager
unread,
Arb v. 2.23.0: doubt about arb_calc_isolate_roots
I'm intrested in integration of Fortran functions using functions in Arb library. I'm eager
7/18/24
Andrii302
,
Edgar Costa
2
7/10/24
Problems with linker and new functions
You are adding a new module; you will need to modify the Makefile.in to compile the objects in the
unread,
Problems with linker and new functions
You are adding a new module; you will need to modify the Makefile.in to compile the objects in the
7/10/24
Rudi Gaelzer
,
Edgar Costa
3
7/9/24
Arb headers
Ok, thanks. On Tuesday, July 9, 2024 at 5:34:30 AM UTC-3 Edgar Costa wrote: This was an intentional
unread,
Arb headers
Ok, thanks. On Tuesday, July 9, 2024 at 5:34:30 AM UTC-3 Edgar Costa wrote: This was an intentional
7/9/24
John Cremona
,
Albin Ahlbäck
4
6/25/24
integer gcd/"Bezout" with more than 2 arguments
There's an algorithm briefly described in Hendrik Lenstra's article on Lattices in the book
unread,
integer gcd/"Bezout" with more than 2 arguments
There's an algorithm briefly described in Hendrik Lenstra's article on Lattices in the book
6/25/24
John Cremona
, …
Cyclopropinion
9
6/19/24
A success story!
Since these messages are already a bit ago... has there been any stuff done in relation to a C++
unread,
A success story!
Since these messages are already a bit ago... has there been any stuff done in relation to a C++
6/19/24
Maciej Radziejewski
, …
Oscar Benjamin
5
5/22/24
Undefined symbol "___gmpz_set"
Shouldn't pkgconfig show the necessary flags for your system? $ cat .local/lib/pkgconfig/flint.pc
unread,
Undefined symbol "___gmpz_set"
Shouldn't pkgconfig show the necessary flags for your system? $ cat .local/lib/pkgconfig/flint.pc
5/22/24
Gabriel Fougeron
,
Jorge Zuniga
2
4/30/24
Use of FLINT for multiprecision numerical analysis
Gabriel, It depends on which is your target. A very general and personal opinion. 3 important
unread,
Use of FLINT for multiprecision numerical analysis
Gabriel, It depends on which is your target. A very general and personal opinion. 3 important
4/30/24