Class DoubleComplexSparseFact performs general sparse matrix factorizations.
Namespace: CenterSpace.NMath.MatrixAssembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0
Syntax
| C# |
|---|
public class DoubleComplexSparseFact : SparseMatrixFact<DoubleComplex> |
| Visual Basic |
|---|
Public Class DoubleComplexSparseFact _ Inherits SparseMatrixFact(Of DoubleComplex) |
| Visual C++ |
|---|
public ref class DoubleComplexSparseFact : public SparseMatrixFact<DoubleComplex> |
Remarks
Instances of DoubleComplexSparseFact calculate
solutions to the equation Ax = B where A is a sparse matrix and B is a single
vector or multiple vectors.
Inheritance Hierarchy
System..::..Object
CenterSpace.NMath.Matrix..::..SparseMatrixFact<(Of <(<'DoubleComplex>)>)>
CenterSpace.NMath.Matrix..::..DoubleComplexSparseFact
CenterSpace.NMath.Matrix..::..DoubleSparseHermFact
CenterSpace.NMath.Matrix..::..DoubleSparseHermPDFact
CenterSpace.NMath.Matrix..::..SparseMatrixFact<(Of <(<'DoubleComplex>)>)>
CenterSpace.NMath.Matrix..::..DoubleComplexSparseFact
CenterSpace.NMath.Matrix..::..DoubleSparseHermFact
CenterSpace.NMath.Matrix..::..DoubleSparseHermPDFact