Discussion:
[Numpy-discussion] Cython-based OpenMP-accelerated quartic, polynomial solver
Matti Picus
2015-09-29 16:16:39 UTC
Permalink
_______________________________________________
NumPy-Discussion mailing list
NumPy-***@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Juha Jeronen
2015-09-29 17:15:24 UTC
Permalink
Hi,
The algorithms for cubics and quadratics come from Numerical Recipes
(3rd ed.), and the quartic problem is internally reduced to a cubic and
two quadratics, using well-known standard tricks.
Nice, wll documented code.
Just to be sure you are on safe ground, you took the *algorithms* but no *code* from Numerical Recipes, right? They are pretty clear about their licensing, see
http://www.nr.com/licenses/redistribute.html
"We never give permission for Numerical Recipes source code to be posted on any public server, or distributed with any freeware or shareware package."
Matti
Yes, the code is original (written from scratch), only the algorithms
come from the book.


-J

-------------------------------------------------
Juha Jeronen, Ph.D.
***@jyu.fi
University of JyvÀskylÀ
Department of Mathematical Information Technology
-------------------------------------------------

Loading...