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