Click or drag to resize

DoubleComplexSparseVector Constructor

Overload List
 NameDescription
Public methodDoubleComplexSparseVector(Int32) Constructs a DoubleComplexSparseVector 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 methodDoubleComplexSparseVector(DoubleComplex, IndexArray) Constructs a DoubleComplexSparseVector instance from the given data.
Public methodDoubleComplexSparseVector(DoubleComplexVector, IndexArray) Constructs a DoubleComplexSparseVector instance from the given data.
Public methodDoubleComplexSparseVector(DoubleComplex, IndexArray, Int32) Constructs a DoubleComplexSparseVector instance from the given data.
Public methodDoubleComplexSparseVector(DoubleComplexVector, IndexArray, Int32) Constructs a DoubleComplexSparseVector instance from the given data.
Public methodDoubleComplexSparseVector(DoubleComplex, IndexArray, Int32, Boolean) Constructs a DoubleComplexSparseVector instance from the given data.
Top
See Also