Click or drag to resize
LU Constructor
Creates the LU factorization of a square matrix of type double.

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

Parameters

a
Type: SystemDouble
The double square matrix to be factored.
See Also