Is this matrix invertible?

C# | Visual Basic | Visual C++ |
public bool IsInvertible()
Public Function IsInvertible As Boolean
public: bool IsInvertible()

True if this matrix is invertible

Exception | Condition |
---|---|
NotImplementedException | This method is not yet
implemented. |