Creates the LU factorization of a square matrix of type
double.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Sub New (
a As Double(,)
)
public:
LU(
array<double,2>^ a
)
Parameters
- a
- Type: SystemDouble
The double square matrix to be factored.
See Also