http://qs321.pair.com?node_id=109973


in reply to How can I import previously created math functions?

PDL is an extension which gives high speed matrix operations, and more. It has been used a lot for graphics and for scientific computing.

Gsl is a yet-incomplete extension which uses the Gnu Scientific Library (GSL). It is a wip, only in version 0.03. So far it has bindings for calculating special functions. I was unable to install it due to hardcoded paths which disagreed with my gsl tree.

  • Comment on Re: How can I import previously created math functions?

Replies are listed 'Best First'.
Re^2: How can I import previously created math functions?
by etj (Deacon) on Jul 05, 2022 at 22:11 UTC
    PDL gained (some) GSL support with 2.003, in 1999. There is still only a subset of GSL with PDL bindings, but it is a large and useful subset.