Constructor for ComplexSuperLU.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public ComplexSuperLU(
	ComplexSparseMatrix A
)
Visual Basic (Declaration)
Public Sub New ( _
	A As ComplexSparseMatrix _
)
Visual C++
public:
ComplexSuperLU(
	ComplexSparseMatrix^ A
)

Parameters

A
Type: Imsl.Math..::.ComplexSparseMatrix
A ComplexSparseMatrix containing the sparse square input matrix.

See Also