Click or drag to resize

SparseVector Structure

[Missing <summary> documentation for "T:Altaxo.Calc.Ode.Obsolete.SparseVector"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Calc.Ode.ObsoleteSparseVector

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct SparseVector

The SparseVector type exposes the following members.

Constructors
 NameDescription
Public methodSparseVector(Int32)Constructs a sparse vector with all zeros
Public methodSparseVector(Double, Int32, Int32)Constructs a sparse vector with defined nonzero elements
Top
Properties
 NameDescription
Public propertyItemPublic accessor method
Public propertyLengthLength of the sparse vector
Top
Methods
 NameDescription
Public methodClone 
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldcountNumber of initialized elements
Public fieldindicesThe indices of the nonzero elements in the sparse vector
Public fielditemsThe nonzero elements of the sparse vector
Top
See Also