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