Groups
Sign in
Groups
flint-devel
Conversations
About
Send feedback
Help
flint-devel
Contact owners and managers
1–30 of 1009
Mark all as read
Report group
0 selected
Marc Mezzarobba
Oct 7
FLINT workshop January 27 – 31, 2025 in Palaiseau (France)
We are organizing a week-long FLINT developer meeting January 27 – 31, 2025 on the École
unread,
FLINT workshop January 27 – 31, 2025 in Palaiseau (France)
We are organizing a week-long FLINT developer meeting January 27 – 31, 2025 on the École
Oct 7
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
Albin Ahlbäck
Feb 1
Possible change of license to LGPL v3 from LGPL v2 in FLINT
Hello, Fredrik and I are planning to change the current license of FLINT from LGPL v2 to LGPL v3.
unread,
Possible change of license to LGPL v3 from LGPL v2 in FLINT
Hello, Fredrik and I are planning to change the current license of FLINT from LGPL v2 to LGPL v3.
Feb 1
Stephen Crowley
,
Jorge Zuniga
4
Jan 29
: Clarification Needed on Falling/Rising Factorial Notation in Arb Library & Documentation
Thank you Jorge. Works like a charm :) https://github.com/crowlogic/arb4j/blob/
unread,
: Clarification Needed on Falling/Rising Factorial Notation in Arb Library & Documentation
Thank you Jorge. Works like a charm :) https://github.com/crowlogic/arb4j/blob/
Jan 29
Malte Titze
,
Albin Ahlbäck
3
Jan 29
Help installing flint in conda virtual environment
Ok so in the meantime the problem has been resolved. I was just missing to add respective keywords to
unread,
Help installing flint in conda virtual environment
Ok so in the meantime the problem has been resolved. I was just missing to add respective keywords to
Jan 29
Fredrik Johansson
Jan 13
Current credits
Hi all, Three items: * https://flintlib.org/doc/history.html has been updated with a list of the
unread,
Current credits
Hi all, Three items: * https://flintlib.org/doc/history.html has been updated with a list of the
Jan 13
Fredrik Johansson
Jan 8
FLINT workshop March 18-22 in Bordeaux
Hi all, We will have a meeting for FLINT development March 18 - 22, 2024 in Bordeaux, following up
unread,
FLINT workshop March 18-22 in Bordeaux
Hi all, We will have a meeting for FLINT development March 18 - 22, 2024 in Bordeaux, following up
Jan 8