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 Class SparseGeneralVector _
	Inherits SparseVector
C#
public class SparseGeneralVector : SparseVector
Visual C++
public ref class SparseGeneralVector : public SparseVector

Remarks

Use the SparseGeneralVector 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