Class DoubleSparseHermPDFact performs sparse Hermitian Positive Definite matrix factorizations.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public class DoubleSparseHermPDFact : DoubleComplexSparseFact |
| Visual Basic (Declaration) |
|---|
Public Class DoubleSparseHermPDFact _ Inherits DoubleComplexSparseFact |
| Visual C++ |
|---|
public ref class DoubleSparseHermPDFact : public DoubleComplexSparseFact |
Remarks
Instances of DoubleSparseHermPDFact calculate solutions to the equation Ax = B where
A is a sparse Hermitian Positive Definite 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..::.DoubleSparseHermPDFact
CenterSpace.NMath.Matrix..::.SparseMatrixFact<(Of <(DoubleComplex>)>)
CenterSpace.NMath.Matrix..::.DoubleComplexSparseFact
CenterSpace.NMath.Matrix..::.DoubleSparseHermPDFact