Help for this page

Select Code to Download


  1. or download this
    X = A x B x C x D
    
  2. or download this
    Error in inner:Wrong dims
    
  3. or download this
    use PDL;
    use PDL::Matrix;
    ...
    # PDL coughs at the next command.
    
    $x = A x B x C x D;