Exemple #1
0
function ALiVE_Matrices_Subtract(ALiVE_Matrix $a, ALiVE_Matrix $b)
{
    return ALiVE_Matrices_Add($a, $b->Inverse());
}