in reply to
How to make matrix/piddle/array with PDL or perl.
For common algorithms, they are likely to be in one of LAPACK or GSL. PDL has bindings to both LAPACK (
PDL::LinearAlgebra
) and GSL (
PDL::GSL
).
Comment on
Re: How to make matrix/piddle/array with PDL or perl.
In Section
Seekers of Perl Wisdom