Exemple #1
0
function ALiVE_Matrices_Homodimentional(ALiVE_Matrix $a, ALiVE_Matrix $b)
{
    return $a->Order() == $b->Order();
}