Class DoubleSparseFact performs general sparse matrix factorizations.
Namespace: CenterSpace.NMath.MatrixAssembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0
Syntax
| C# |
|---|
public class DoubleSparseFact : SparseMatrixFact<double> |
| Visual Basic |
|---|
Public Class DoubleSparseFact _ Inherits SparseMatrixFact(Of Double) |
| Visual C++ |
|---|
public ref class DoubleSparseFact : public SparseMatrixFact<double> |
Remarks
Instances of DoubleSparseFact 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 <(<'Double>)>)>
CenterSpace.NMath.Matrix..::..DoubleSparseFact
CenterSpace.NMath.Matrix..::..DoubleSparseSymFact
CenterSpace.NMath.Matrix..::..DoubleSparseSymPDFact
CenterSpace.NMath.Matrix..::..SparseMatrixFact<(Of <(<'Double>)>)>
CenterSpace.NMath.Matrix..::..DoubleSparseFact
CenterSpace.NMath.Matrix..::..DoubleSparseSymFact
CenterSpace.NMath.Matrix..::..DoubleSparseSymPDFact