Click or drag to resize
ComplexLUInverse Method
Returns the inverse of the matrix used to construct this instance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Complex[,] Inverse()

Return Value

Type: Complex
A Complex matrix containing the inverse of the matrix used to construct this object.
See Also