Class DoubleSparseSymPDFact performs sparse positive definite symmetric matrix factorizations.
Namespace: CenterSpace.NMath.MatrixAssembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0
Syntax
| C# |
|---|
public class DoubleSparseSymPDFact : DoubleSparseFact |
| Visual Basic |
|---|
Public Class DoubleSparseSymPDFact _ Inherits DoubleSparseFact |
| Visual C++ |
|---|
public ref class DoubleSparseSymPDFact : public DoubleSparseFact |
Remarks
Instances of DoubleSparseSymPDFact calculate solutions to the equation Ax = B
where A is a sparse positive definite symmetric 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..::..DoubleSparseSymPDFact
CenterSpace.NMath.Matrix..::..SparseMatrixFact<(Of <(<'Double>)>)>
CenterSpace.NMath.Matrix..::..DoubleSparseFact
CenterSpace.NMath.Matrix..::..DoubleSparseSymPDFact