Float |
| Name | Description | |
|---|---|---|
| FloatSparseVector(Int32) |
Constructs a FloatSparseVector instance sized for the given number
of non-zero entries. The resulting instance will not be useable until
the C# Entries C# Indices | |
| FloatSparseVector(FloatVector, IndexArray) | Constructs a FloatSparseVector instance from the given data. | |
| FloatSparseVector(Single, IndexArray) | Constructs a FloatSparseVector instance from the given data. | |
| FloatSparseVector(FloatVector, IndexArray, Int32) | Constructs a FloatSparseVector instance from the given data. | |
| FloatSparseVector(Single, IndexArray, Int32) | Constructs a FloatSparseVector instance from the given data. | |
| FloatSparseVector(Single, IndexArray, Int32, Boolean) | Constructs a FloatSparseVector instance from the given data. |