Click or drag to resize
LUInverse Method
Returns the inverse of the matrix used to construct this instance.

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

Return Value

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