Abstract base class for sparse matrix factorizations using the Parallel Direct Sparse Solver Interface (PARDISO).

Namespace: CenterSpace.NMath.Matrix
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
public abstract class SparseMatrixFact<T>
Visual Basic
Public MustInherit Class SparseMatrixFact(Of T)
Visual C++
generic<typename T>
public ref class SparseMatrixFact abstract

Type Parameters

T
Matrix element type.

Remarks

Only types double and DoubleComplex are currently supported.

Inheritance Hierarchy

System..::..Object
  CenterSpace.NMath.Matrix..::..SparseMatrixFact<(Of <(<'T>)>)>
    CenterSpace.NMath.Matrix..::..DoubleComplexSparseFact
    CenterSpace.NMath.Matrix..::..DoubleSparseFact

See Also