Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: PDEs oo

by Fletch (Bishop)
on Nov 03, 2021 at 18:11 UTC ( [id://11138399]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11138399]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-19 20:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found