IMSL C# Numerical Library

Cholesky.Inverse Method 

Returns the inverse of this matrix.

public double[,] Inverse();

Return Value

A double matrix containing the inverse.

See Also

Cholesky Class | Imsl.Math Namespace