Class DoubleComplexSparseFact performs general sparse matrix factorizations.

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

Syntax

C#
public class DoubleComplexSparseFact : SparseMatrixFact<DoubleComplex>
Visual Basic (Declaration)
Public Class DoubleComplexSparseFact _
	Inherits SparseMatrixFact(Of DoubleComplex)
Visual C++
public ref class DoubleComplexSparseFact : public SparseMatrixFact<DoubleComplex>

Remarks

Instances of DoubleComplexSparseFact calculate solutions to the equation Ax = B where A is a sparse matrix and B is a single vector or multiple vectors.

Inheritance Hierarchy

See Also