help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is GSL still working on new features? Can I add changes?


From: hugohp
Subject: Is GSL still working on new features? Can I add changes?
Date: Wed, 30 Oct 2024 20:12:19 +0000

Hi

Is GSL still working on new features?

I am looking at gsl_poly_complex_solve which computes the roots of polynomials.
There are other ways (better?) of computing roots of polynomials. I am looking 
at NAG's c02aac which uses a technique detailed in Cameron 2008.
Source code (fortran/MIT license) is here: 
https://github.com/trcameron/FPML/blob/master/src/fpml.f90

I am thinking of re-implementing this function in C and adding it to GSL.
We can legally change license to GPL.

Would you accept it?

Regards
Hugo

c02aac: https://support.nag.com/numeric/nl/nagdoc_latest/clhtml/c02/c02aac.html

Cameron 2008: https://www.thomasrcameron.com/pubs/PML.pdf

Sent with [Proton Mail](https://proton.me/mail/home) secure email.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]