Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use PDL;
    ...
    
    $z= $a x $b;
    print $z;
    
  2. or download this
    print $A->getdim(0); #column
    print $A->getdim(1); #row
    ....and for the rest matrices