kml_interp_accel_alloc
Return a pointer to an accelerator object as the iterator for interpolation search. When multiple interpolations are used, the same accelerator object can be used by data in the same range, and different accelerators are required for data in different ranges.
Interface Definition
kml_interp_accel *kml_interp_accel_alloc(void)
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
N/A |
N/A |
N/A |
N/A |
Dependencies
#include "kml_interp.h"
Examples
1 | kml_interp_accel *acc = kml_interp_accel_alloc(); |
Parent topic: Acceleration Functions