IMSL C# Numerical Library

ComplexLU.Inverse Method 

Compute the inverse of a matrix of type Complex.

public Complex[,] Inverse();

Return Value

A Complex matrix containing the inverse of the matrix used to construct this object.

See Also

ComplexLU Class | Imsl.Math Namespace