Float |
The FloatSparseVector type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(FloatSparseVector, FloatVector) | Adds a dense vector to a sparse vector. The result is a dense vector. | |
| Addition(FloatVector, FloatSparseVector) | Adds a dense vector to a sparse vector. The result is a dense vector. | |
| Division(FloatSparseVector, Single) | Divides a sparse vector by a scalar. | |
| Multiply(FloatSparseVector, Single) | Multiplies a sparse vector by a scalar. | |
| Multiply(Single, FloatSparseVector) | Multiplies a sparse vector by a scalar. | |
| Subtraction(FloatVector, FloatSparseVector) | Subtracts a sparse vector from a dense vector. The result is a dense vector. |