Overload List

  NameDescription
DoubleComplexSparseVector(Int32)
Constructs a DoubleComplexSparseVector 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.
DoubleComplexSparseVector(array<DoubleComplex>[]()[], IndexArray)
Constructs a DoubleComplexSparseVector instance from the given data.
DoubleComplexSparseVector(DoubleComplexVector, IndexArray)
Constructs a DoubleComplexSparseVector instance from the given data.
DoubleComplexSparseVector(array<DoubleComplex>[]()[], IndexArray, Int32)
Constructs a DoubleComplexSparseVector instance from the given data.
DoubleComplexSparseVector(DoubleComplexVector, IndexArray, Int32)
Constructs a DoubleComplexSparseVector instance from the given data.
DoubleComplexSparseVector(array<DoubleComplex>[]()[], IndexArray, Int32, Boolean)
Constructs a DoubleComplexSparseVector instance from the given data.

See Also