Click or drag to resize

DenseMatrixInvert Method

Creates a new Matrix which is the inverse of the current matrix.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntax
public override Matrix Invert()

Return Value

Type: Matrix
The new matrix.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the matrix is singular or rank deficient, and therefore cannot be inverted.
Remarks
The returned matrix will be the pseudoinverse if this matrix is not a square matrix.
See Also