Click or drag to resize
MatrixInverseLowerTriangular Method
Returns the inverse of the lower triangular matrix a.

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

Parameters

a
Type: SystemDouble
A double square lower triangular matrix.

Return Value

Type: Double
A double matrix containing the inverse of a.
See Also