Package org.apache.commons.math3.utils

Interface Summary
ISearchIndex Interfaces for optimized indices search algorithm.
 

Class Summary
AbstractSearchIndex Abstract class for index search algorithm with a coupled dichotomy-BinarySearch algorithms.
BinarySearchIndexClosedOpen Searches index in a double[] with a coupled dichotomy-BinarySearch algorithms.
BinarySearchIndexOpenClosed Searches index in a double[] with a coupled dichotomy-BinarySearch algorithms.
RecordSegmentSearchIndex Search index algorithm with previous index computation storage.
SearchIndexLibrary Index search algorithms based on method BinarySearch, coupled with dichotomy.
Contains two algorithms for both intervals conventions defined by ISearchIndex.SearchIndexIntervalConvention.
Also contains utility functions.
 

Enum Summary
ISearchIndex.SearchIndexIntervalConvention Describes the shape of an interval.
 



Copyright © 2017 CNES. All Rights Reserved.