IMSL C# Numerical Library

LU.Inverse Method 

Returns the inverse of the matrix used to construct this instance.

public double[,] Inverse();

Return Value

A double matrix representing the inverse of the matrix used to construct this instance.

See Also

LU Class | Imsl.Math Namespace