Overload List
| Name | Description | |
|---|---|---|
| DoubleSparseVector(Int32) |
Constructs a DoubleSparseVector instance sized for the given number
of non-zero entries. The resulting instance will not be useable until
the Entries Indices | |
| DoubleSparseVector(DoubleVector, IndexArray) |
Constructs a DoubleSparseVector instance from the given data.
| |
| DoubleSparseVector(array<Double>[]()[], IndexArray) |
Constructs a DoubleSparseVector instance from the given data.
| |
| DoubleSparseVector(DoubleVector, IndexArray, Int32) |
Constructs a DoubleSparseVector instance from the given data.
| |
| DoubleSparseVector(array<Double>[]()[], IndexArray, Int32) |
Constructs a DoubleSparseVector instance from the given data.
| |
| DoubleSparseVector(array<Double>[]()[], IndexArray, Int32, Boolean) |
Constructs a DoubleSparseVector instance from the given data.
|