Method Inverse
Inverse()
Inverts the matrix.
Declaration
public void Inverse()
Inverse(Matrix)
Calculates the inverse of a matrix if it exists.
Declaration
public static Matrix Inverse(Matrix matrix)
Parameters
Type | Name | Description |
---|---|---|
Matrix | matrix |
Returns
Type | Description |
---|---|
Matrix | The inverse of the matrix. |