Help for this page

Select Code to Download


  1. or download this
    $result = matrixwise_map(\&f, $mats);
    print dumpf($result), $/;
    
  2. or download this
    my @result = matrixwise_map(\&f, $mats);
    print dumpf(@result), $/;