IMSL C# Numerical Library

SVD.Inverse Method 

Compute the Moore-Penrose generalized inverse of a real matrix.

public double[,] Inverse();

Return Value

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

See Also

SVD Class | Imsl.Math Namespace