Click or drag to resize

FloatComplexSparseVector Constructor

Overload List
 NameDescription
Public methodFloatComplexSparseVector(Int32) Constructs a FloatComplexSparseVector 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 methodFloatComplexSparseVector(FloatComplex, IndexArray) Constructs a FloatComplexSparseVector instance from the given data.
Public methodFloatComplexSparseVector(FloatComplexVector, IndexArray) Constructs a FloatComplexSparseVector instance from the given data.
Public methodFloatComplexSparseVector(FloatComplex, IndexArray, Int32) Constructs a FloatComplexSparseVector instance from the given data.
Public methodFloatComplexSparseVector(FloatComplexVector, IndexArray, Int32) Constructs a FloatComplexSparseVector instance from the given data.
Public methodFloatComplexSparseVector(FloatComplex, IndexArray, Int32, Boolean) Constructs a FloatComplexSparseVector instance from the given data.
Top
See Also