Help for this page

Select Code to Download


  1. or download this
    sub operator:mat* is prec(\&operator:*) (@X, @Y) {
        return map {
    ...
                map { $X[$^m1][$^m2] ^* @{$Y[$^m2]} } 0 .. $#Y }
        } 0 .. $#X;
    }