|   | Name | Description | 
|---|
   | 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(FloatComplexVector) | 
            Creates a sparse vector representation for the given dense vector.
             | 
   | Gather(FloatVector) | 
            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(FloatComplexVector, 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(FloatVector, 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.
             | 
   | Gather(FloatComplexVector, 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(FloatVector, 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.
             |