Utility.InvertMatrixd Method

Inverts a matrix.
Public Shared Function InvertMatrixd( _ 
ByVal m As Double(), _ 
ByVal invOut As Double() _ 
) As Boolean
This language is not supported or no code example is available.
public static bool InvertMatrixd( 
double[] m
double[] invOut 
)
This language is not supported or no code example is available.

Parameters

m
double[]

The matrix to invert

invOut
double[]

The inverted matrix

Return Value

bool

True if successful, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition