Home
last modified time | relevance | path

Searched refs:is_persymmetric (Results 1 – 4 of 4) sorted by relevance

/dports/math/p5-Math-Matrix/Math-Matrix-0.94/t/
H A Dis_xxx.t29 cmp_ok($x -> is_persymmetric(), '==', 0, '$x -> is_persymmetric()');
82 cmp_ok($x -> is_persymmetric(), '==', 0, '$x -> is_persymmetric()');
135 cmp_ok($x -> is_persymmetric(), '==', 0, '$x -> is_persymmetric()');
188 cmp_ok($x -> is_persymmetric(), '==', 1, '$x -> is_persymmetric()');
241 cmp_ok($x -> is_persymmetric(), '==', 1, '$x -> is_persymmetric()');
349 cmp_ok($x -> is_persymmetric(), '==', 0, '$x -> is_persymmetric()');
461 cmp_ok($x -> is_persymmetric(), '==', 1, '$x -> is_persymmetric()');
518 cmp_ok($x -> is_persymmetric(), '==', 1, '$x -> is_persymmetric()');
575 cmp_ok($x -> is_persymmetric(), '==', 1, '$x -> is_persymmetric()');
632 cmp_ok($x -> is_persymmetric(), '==', 0, '$x -> is_persymmetric()');
[all …]
/dports/math/p5-Math-Matrix/Math-Matrix-0.94/
H A DREADME374 is_persymmetric()
377 $bool = $x -> is_persymmetric();
H A DREADME.md405 $bool = $x -> is_persymmetric();
/dports/math/p5-Math-Matrix/Math-Matrix-0.94/lib/Math/
H A DMatrix.pm1184 sub is_persymmetric { subroutine