Groups
Sign in
Groups
flint-devel
Conversations
About
Send feedback
Help
flint-devel
Contact owners and managers
1–30 of 1014
Mark all as read
Report group
0 selected
Giacomo Pope
,
Fredrik Johansson
2
Dec 17
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,
Dec 17
Joachim Wuttke
,
Fredrik Johansson
2
Dec 12
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
Dec 12
Håvard Raddum
, …
Fredrik Johansson
5
Dec 6
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.
Dec 6
Aamir Vazir
Nov 26
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
Nov 26
Marc Mezzarobba
2
Nov 26
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
Nov 26
Aamir Vazir
Nov 25
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-
Nov 25
Stephen Crowley
,
Oscar Benjamin
4
Aug 18
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
Aug 18
Hartmut Monien
,
Fredrik Johansson
4
Aug 8
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,
Aug 8
dracodrago1330
, …
Edgar Costa
8
Aug 2
./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
Aug 2
Stephen Crowley
,
Jeffrey Sarnoff
5
Aug 1
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
Aug 1
Stephen Crowley
2
Aug 1
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
Aug 1
Akhil Akkapelli
, …
Rudi Gaelzer
3
Jul 19
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.
Jul 19
Rudi Gaelzer
, …
Akhil Akkapelli
8
Jul 18
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
Jul 18
Andrii302
,
Edgar Costa
2
Jul 10
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
Jul 10
Rudi Gaelzer
,
Edgar Costa
3
Jul 9
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
Jul 9
John Cremona
,
Albin Ahlbäck
4
Jun 25
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
Jun 25
John Cremona
, …
Cyclopropinion
9
Jun 19
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++
Jun 19
Maciej Radziejewski
, …
Oscar Benjamin
5
May 22
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
May 22
Gabriel Fougeron
,
Jorge Zuniga
2
Apr 30
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
Apr 30
Fredrik Johansson
Apr 17
mpn_mod arithmetic
Hi all, Here is a short writeup about the new mpn_mod module available in the git version of FLINT,
unread,
mpn_mod arithmetic
Hi all, Here is a short writeup about the new mpn_mod module available in the git version of FLINT,
Apr 17
Andy
,
Albin Ahlbäck
3
Apr 13
Elliptic curves cryptography
Meant to say "We do not have[...]" On 4/13/24 5:40 PM, Albin Ahlbäck wrote: > On 4/13/24
unread,
Elliptic curves cryptography
Meant to say "We do not have[...]" On 4/13/24 5:40 PM, Albin Ahlbäck wrote: > On 4/13/24
Apr 13
Fredrik Johansson
Apr 4
Bordeaux workshop report
Hi all, Here is a quick writeup about the recent workshop in Bordeaux: https://fredrikj.net/blog/2024
unread,
Bordeaux workshop report
Hi all, Here is a quick writeup about the recent workshop in Bordeaux: https://fredrikj.net/blog/2024
Apr 4
Stephen Crowley
,
Fredrik Johansson
2
Mar 27
arb_get_bits returning a few bits less than what arb_set_str was called with
Hi Stephen, arb_bits() returns the bit length of the mantissa. For a result computed at prec bits of
unread,
arb_get_bits returning a few bits less than what arb_set_str was called with
Hi Stephen, arb_bits() returns the bit length of the mantissa. For a result computed at prec bits of
Mar 27
Valentina Sarti
,
Fredrik Johansson
3
Mar 26
Converting arb_t to a double
Dear Fredrik, thanks so much for the help!! Everything now runs, hopefully also the numbers will make
unread,
Converting arb_t to a double
Dear Fredrik, thanks so much for the help!! Everything now runs, hopefully also the numbers will make
Mar 26
Joel Dahne
,
Albin Ahlbäck
2
Mar 4
Updating Julia package FLINT_jll to Flint 3.1.0
Tjenixen Joel! > - I have seen some discussions in Nemo about issues with Flint 3.0.0, > that
unread,
Updating Julia package FLINT_jll to Flint 3.1.0
Tjenixen Joel! > - I have seen some discussions in Nemo about issues with Flint 3.0.0, > that
Mar 4
Fredrik Johansson
Feb 25
FLINT 3.1.0
Hi all, FLINT 3.1.0 is now available! As usual, the release files can be found on GitHub (https://
unread,
FLINT 3.1.0
Hi all, FLINT 3.1.0 is now available! As usual, the release files can be found on GitHub (https://
Feb 25
Stephen Crowley
Feb 24
Re: Abridged summary of flint-devel@googlegroups.com - 10 updates in 2 topics
Apparently, no one is reading. I'm just lurking in occasionally. Asking the question and getting
unread,
Re: Abridged summary of flint-devel@googlegroups.com - 10 updates in 2 topics
Apparently, no one is reading. I'm just lurking in occasionally. Asking the question and getting
Feb 24
John Cremona
, …
Edgar Costa
17
Feb 24
possible memory bug in fmpz_mat_snf()
I'm happy to implement something during the workshop week. On Fri, Feb 23, 2024 at 12:40 PM John
unread,
possible memory bug in fmpz_mat_snf()
I'm happy to implement something during the workshop week. On Fri, Feb 23, 2024 at 12:40 PM John
Feb 24
Stephen Crowley
Feb 19
Legendre's formula for the highest prime exponent of the highest prime factor of the factorials
Dear Flint Community, Does Flint have an implementation of Legendre's formula for the prime
unread,
Legendre's formula for the highest prime exponent of the highest prime factor of the factorials
Dear Flint Community, Does Flint have an implementation of Legendre's formula for the prime
Feb 19
Oscar Benjamin
Feb 2
python-flint 0.6.0 released
Hi all, Yesterday I pushed a new release of python-flint version 0.6.0 to PyPI. I expect that this
unread,
python-flint 0.6.0 released
Hi all, Yesterday I pushed a new release of python-flint version 0.6.0 to PyPI. I expect that this
Feb 2