Class DoubleSparseSymPDFact performs sparse positive definite symmetric matrix factorizations.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public class DoubleSparseSymPDFact : DoubleSparseFact |
| Visual Basic (Declaration) |
|---|
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