![]() | Double |
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 C# Entries C# Indices |
![]() | DoubleSparseVector(Double, IndexArray) | Constructs a DoubleSparseVector instance from the given data. |
![]() | DoubleSparseVector(DoubleVector, IndexArray) | Constructs a DoubleSparseVector instance from the given data. |
![]() | DoubleSparseVector(Double, IndexArray, Int32) | Constructs a DoubleSparseVector instance from the given data. |
![]() | DoubleSparseVector(DoubleVector, IndexArray, Int32) | Constructs a DoubleSparseVector instance from the given data. |
![]() | DoubleSparseVector(Double, IndexArray, Int32, Boolean) | Constructs a DoubleSparseVector instance from the given data. |