Represents a vector with a vector with relatively few non-zero components.

Namespace: Extreme.Mathematics.LinearAlgebra.Sparse
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public MustInherit Class SparseVector _
	Inherits Vector
C#
public abstract class SparseVector : Vector
Visual C++
public ref class SparseVector abstract : public Vector

Remarks

Use the SparseVector class to represent sparse vectors, which have only relatively few nonzero components. Only the nonzero components are stored. Many calculations are optimized to access only the nonzero components.

Inheritance Hierarchy

System.Object
  Extreme.Mathematics.LinearAlgebra.Vector
    Extreme.Mathematics.LinearAlgebra.Sparse.SparseVector
      Extreme.Mathematics.LinearAlgebra.Sparse.SparseGeneralVector