Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: PDEs oo

by Lucero (Novice)
on Nov 03, 2021 at 16:25 UTC ( [id://11138390]=note: print w/replies, xml ) Need Help??


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

That's what Im doing; If I don't know how, or can't find a way, to do it in Perl, I switch to another language.Not the first time, it happens. At the moment, I think I found an answer to my problem but I'm still working on it.

Replies are listed 'Best First'.
Re^4: PDEs oo
by Fletch (Bishop) on Nov 03, 2021 at 18:11 UTC

    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.

      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://11138390]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found