http://qs1969.pair.com?node_id=11138399


in reply to Re^3: PDEs oo
in thread PDEs oo

And I forgot to mention that if your problems are doing vector or matrix operations in Perl you probably would want to look at PDL (which while not necessarily as fast as more dedicated low level libraries will probably be speedier than doing things yourself in pure perl).

The cake is a lie.
The cake is a lie.
The cake is a lie.

Replies are listed 'Best First'.
Re^5: PDEs oo
by etj (Deacon) on Nov 06, 2021 at 16:25 UTC
    One major benefit of PDL is that if you design things right (using "threading") you can then set an environment variable and get "pthreading" (parallel processing using multi cores) with no further effort. See PDL::Threading and PDL::ParallelCPU for more.