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