| Visual Basic (Declaration) | |
|---|---|
Public Function Inverse() As Matrix | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As Cholesky Dim value As Matrix value = instance.Inverse() | |
| C# | |
|---|---|
public Matrix Inverse() | |
| C++/CLI | |
|---|---|
public: Matrix^ Inverse(); | |
Return Value
A Matrix object containing the inverse of the factored matrix.This method will return a null reference (Nothing in Visual Basic) if the Cholesky factorization could not be completed (if Succeeded property returns false)
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7