ComplexSuperLU Constructor |
Constructor for ComplexSuperLU.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ComplexSuperLU(
ComplexSparseMatrix A
)
Public Sub New (
A As ComplexSparseMatrix
)
public:
ComplexSuperLU(
ComplexSparseMatrix^ A
)
new :
A : ComplexSparseMatrix -> ComplexSuperLU
Parameters
- A
- Type: Imsl.MathComplexSparseMatrix
A ComplexSparseMatrix containing the sparse
square input matrix.
See Also