true if the matrix is invertibleMatrix.inverse
bool inverse(out graphene.matrix.Matrix res)Inverts the given matrix.
Parameters
res | return location for the inverse matrix |
bool inverse(out graphene.matrix.Matrix res)Inverts the given matrix.
res | return location for the inverse matrix |
true if the matrix is invertible