Class DoubleSparseSymFact performs sparse symmetric matrix factorizations.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public class DoubleSparseSymFact : DoubleSparseFact
Visual Basic (Declaration)
Public Class DoubleSparseSymFact _
	Inherits DoubleSparseFact
Visual C++
public ref class DoubleSparseSymFact : public DoubleSparseFact

Remarks

Instances of DoubleSparseSymFact calculate solutions to the equation Ax = B where A is a sparse 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..::.DoubleSparseSymFact

See Also