Home
last modified time | relevance | path

Searched refs:splicecol (Results 1 – 6 of 6) sorted by relevance

/dports/math/p5-Math-Matrix/Math-Matrix-0.94/t/
H A Dsplicecol.t14 my $y = $x -> splicecol();
28 my ($y, $z) = $x -> splicecol();
55 my $y = $x -> splicecol(1);
79 my ($y, $z) = $x -> splicecol(1);
114 my $y = $x -> splicecol(1, 2);
138 my ($y, $z) = $x -> splicecol(1, 2);
177 my $y = $x -> splicecol(1, 2, $a, $b);
248 my $y = $x -> splicecol(1);
272 my ($y, $z) = $x -> splicecol(1);
299 my $y = $x -> splicecol(0);
[all …]
/dports/math/p5-Math-Matrix/Math-Matrix-0.94/
H A DMANIFEST118 t/splicecol.t
H A DSIGNATURE136 SHA256 c507a8e4e6297708f3302b5d1734e5e1e61865252a6365ae0f8cb9617ac93076 t/splicecol.t
H A DREADME989 splicecol()
993 $y = $x -> splicecol($offset);
994 $y = $x -> splicecol($offset, $length);
995 $y = $x -> splicecol($offset, $length, $a, $b, ...);
998 returns the removed elements, if any. However, since splicecol()
H A DREADME.md1046 - splicecol()
1051 $y = $x -> splicecol($offset);
1052 $y = $x -> splicecol($offset, $length);
1053 $y = $x -> splicecol($offset, $length, $a, $b, ...);
1056 removed elements, if any. However, since splicecol() does not modify the
/dports/math/p5-Math-Matrix/Math-Matrix-0.94/lib/Math/
H A DMatrix.pm2920 sub splicecol { subroutine
4654 $x = $x -> splicecol(0, $n);