Click or drag to resize

ComplexMatrixInverse Method

ComplexMatrix inverse.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ComplexMatrix Inverse()

Return Value

Type: ComplexMatrix
The complex matrix inverse.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when this ComplexMatrix is not square. The inverse operation is currently only available for square matrices.
InvalidOperationException Thrown when the ComplexMatrix is singular.
See Also