Searched refs:is_persymmetric (Results 1 – 4 of 4) sorted by relevance
/dports/math/p5-Math-Matrix/Math-Matrix-0.94/t/ |
H A D | is_xxx.t | 29 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 D | README | 374 is_persymmetric() 377 $bool = $x -> is_persymmetric();
|
H A D | README.md | 405 $bool = $x -> is_persymmetric();
|
/dports/math/p5-Math-Matrix/Math-Matrix-0.94/lib/Math/ |
H A D | Matrix.pm | 1184 sub is_persymmetric { subroutine
|