Constructor for SuperLU.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public SuperLU( SparseMatrix A ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ A As SparseMatrix _ ) |
Visual C++ |
---|
public: SuperLU( SparseMatrix^ A ) |
Parameters
- A
- Type: Imsl.Math..::.SparseMatrix
A SparseMatrix containing the sparse square input matrix.