Click or drag to resize

DoubleSparseVector Constructor

Overload List
 NameDescription
Public methodDoubleSparseVector(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
and
C#
Indices
arrays are populated.
Public methodDoubleSparseVector(Double, IndexArray) Constructs a DoubleSparseVector instance from the given data.
Public methodDoubleSparseVector(DoubleVector, IndexArray) Constructs a DoubleSparseVector instance from the given data.
Public methodDoubleSparseVector(Double, IndexArray, Int32) Constructs a DoubleSparseVector instance from the given data.
Public methodDoubleSparseVector(DoubleVector, IndexArray, Int32) Constructs a DoubleSparseVector instance from the given data.
Public methodDoubleSparseVector(Double, IndexArray, Int32, Boolean) Constructs a DoubleSparseVector instance from the given data.
Top
See Also