Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public override SingleComplexMatrix GetInverse()
Public Overrides Function GetInverse As SingleComplexMatrix
public:
virtual SingleComplexMatrix^ GetInverse() override
abstract GetInverse : unit -> SingleComplexMatrix
override GetInverse : unit -> SingleComplexMatrix
Return Value
Type:
SingleComplexMatrixA
SingleComplexDenseMatrix that is the inverse of the matrix.
The inverse of a matrix is the matrix that,
when multiplied by the original matrix, gives an
identity matrix.
If the matrix is singular, its inverse does
not exist and a MatrixSingularException
is thrown.
The inverse is only defined for a square matrix.
If the matrix is not square, an exception of type
DimensionMismatchException is thrown.
Numerical Libraries
Supported in: 5.x, 4.x
Reference