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