Represents a vector with a vector with relatively few non-zero components.
Namespace:
Extreme.Mathematics.LinearAlgebra.Sparse
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public class SparseVector : Vector |
| Visual Basic (Declaration) |
|---|
Public Class SparseVector _
Inherits Vector |
| Visual C++ |
|---|
public ref class SparseVector : public Vector |
| F# |
|---|
type SparseVector =
class
inherit Vector
end |
Remarks
Inheritance Hierarchy
See Also