Click or drag to resize
SuperLU Constructor
Constructor for SuperLU.

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

Parameters

A
Type: Imsl.MathSparseMatrix
A SparseMatrix containing the sparse square input matrix.
See Also