Click or drag to resize

NMathFunctionsGather Method

Overload List
 NameDescription
Public methodStatic memberGather(DoubleComplexVector) Creates a sparse vector representation for the given dense vector.
Public methodStatic memberGather(DoubleVector) Creates a sparse vector representation for the given dense vector.
Public methodStatic memberGather(FloatComplexVector) Creates a sparse vector representation for the given dense vector.
Public methodStatic memberGather(FloatVector) Creates a sparse vector representation for the given dense vector.
Public methodStatic memberGather(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.
Public methodStatic memberGather(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.
Public methodStatic memberGather(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.
Public methodStatic memberGather(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.
Public methodStatic memberGather(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.
Public methodStatic memberGather(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.
Public methodStatic memberGather(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.
Public methodStatic memberGather(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.
Top
See Also