Compute the Moore-Penrose generalized inverse of a real matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[,] Inverse()
Public Function Inverse As Double(,)
public:
array<double,2>^ Inverse()
member Inverse : unit -> float[,]
Return Value
Type:
Double
A
double matrix containing the generalized inverse of the
matrix used to construct this instance.
See Also