Overload List

  NameDescription
Scatter(DoubleComplexSparseVector)
Scatters the elements of the compressed sparse vector x to a full storage vector.
Scatter(DoubleSparseVector)
Scatters the elements of the compressed sparse vector x to a full storage vector. The vector will be sized so that the last element of the output dense vector is the last nonzero element in the input sparse vector.
Scatter(DoubleComplexSparseVector, Int32)
Scatters the elements of the compressed sparse vector x to a full storage vector.
Scatter(DoubleSparseVector, Int32)
Scatters the elements of the compressed sparse vector x to a full storage vector.

See Also