Overload List

  NameDescription
DoubleSparseVector(Int32)
Constructs a DoubleSparseVector instance sized for the given number of non-zero entries. The resulting instance will not be useable until the
CopyC#
Entries
and
CopyC#
Indices
arrays are populated.
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.

See Also