Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: RFC: 100 PDL Exercises (ported from numpy)

by vr (Curate)
on May 08, 2018 at 16:58 UTC ( [id://1214227]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    __END__
    
    [ 0.4608755 0.55562806]
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    [0.49384165 0.49941814]
    6.11959099769592
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    [0.49384165 0.49941814]
    4.57857203483582
    
  4. or download this
    use PDL::Parallel::threads qw/ share_pdls retrieve_pdls /;
    share_pdls x => $x, avg => $avg;
    ( $x, $avg ) = retrieve_pdls qw/ x avg /;
    
  5. or download this
    $ perl -v
    
    ...
    
    $ perl -MPDL -E 'say $PDL::VERSION'
    2.019
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 12:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found