Overload List

  NameDescription
Gather(DoubleComplexVector)
Creates a sparse vector representation for the given dense vector.
Gather(DoubleVector)
Creates a sparse vector representation for the given dense vector.
Gather(DoubleComplexVector, IndexArray)
Gathers the specified elements of a dense vector into a compressed sparse vector. The routine references only the elements of y whose indices are listed in the array indices.
Gather(DoubleVector, IndexArray)
Gathers the specified elements of a dense vector into a compressed sparse vector. The routine references only the elements of y whose indices are listed in the array indices.
Gather(DoubleComplexVector, Int32, IndexArray)
Gathers the specified elements of a dense vector into a compressed sparse vector. The routine references only the elements of y whose indices are listed in the array indices.
Gather(DoubleVector, Int32, IndexArray)
Gathers the specified elements of a dense vector into a compressed sparse vector. The routine references only the elements of y whose indices are listed in the array indices.

See Also