ILNumerics - Technical Application Development
SystemObject
ILNumerics.Core.MiscBucketSort
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
This class is not intended to be used directly. Sorting functionality is supplied by sort(InArraydouble)
Bucket sort algorithm (for internal use)
[ILNumerics Core Module]
Inheritance Hierarchy
ILNumerics.Core.MiscBucketSort
Namespace: ILNumerics.Core.Misc
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The BucketSort type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BucketSort | Initializes a new instance of the BucketSort class |
Methods
Name | Description | |
---|---|---|
BucketSortDoElementType, SubelementType, IndexType |
Bucket sort algorithm
[ILNumerics Core Module] |
Remarks
[ILNumerics Core Module]
See Also