Click or drag to resize
CholeskyInverse Method
Returns the inverse of this 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 inverse.
See Also