Click or drag to resize
SVDInverse Method
Compute the Moore-Penrose generalized inverse of a real matrix.

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

Return Value

Type: Double
A double matrix containing the generalized inverse of the matrix used to construct this instance.
See Also