Sparse |
[Missing <summary> documentation for "T:Altaxo.Calc.Ode.Obsolete.SparseVector"]
public struct SparseVector
The SparseVector type exposes the following members.
| Name | Description | |
|---|---|---|
| SparseVector(Int32) | Constructs a sparse vector with all zeros | |
| SparseVector(Double, Int32, Int32) | Constructs a sparse vector with defined nonzero elements |
| Name | Description | |
|---|---|---|
| Clone | ||
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| count | Number of initialized elements | |
| indices | The indices of the nonzero elements in the sparse vector | |
| items | The nonzero elements of the sparse vector |