Click or drag to resize

FloatSparseVector Constructor

Overload List
 NameDescription
Public methodFloatSparseVector(Int32) Constructs a FloatSparseVector 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 methodFloatSparseVector(FloatVector, IndexArray) Constructs a FloatSparseVector instance from the given data.
Public methodFloatSparseVector(Single, IndexArray) Constructs a FloatSparseVector instance from the given data.
Public methodFloatSparseVector(FloatVector, IndexArray, Int32) Constructs a FloatSparseVector instance from the given data.
Public methodFloatSparseVector(Single, IndexArray, Int32) Constructs a FloatSparseVector instance from the given data.
Public methodFloatSparseVector(Single, IndexArray, Int32, Boolean) Constructs a FloatSparseVector instance from the given data.
Top
See Also