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