Click or drag to resize
ComplexSuperLU Constructor
Constructor for ComplexSuperLU.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ComplexSuperLU(
	ComplexSparseMatrix A
)

Parameters

A
Type: Imsl.MathComplexSparseMatrix
A ComplexSparseMatrix containing the sparse square input matrix.
See Also