krl_get_idx_pointer
Interface Definition
size_t* krl_get_idx_pointer(const KRLLUT8bHandle* klh);
Function
Obtains the IDs of to-be-computed base vectors stored in the KRLLUT8bHandle instance.
Parameters
Parameter |
Data Type |
Description |
Value Range |
|---|---|---|---|
klh |
KRLLUT8bHandle** |
Pointer to the KRLLUT8bHandle instance. |
The value cannot be null. |
Return Values
Data Type |
Description |
|---|---|
size_t* |
IDs of to-be-computed base vectors stored in the KRLLUT8bHandle instance. |
Parent topic: Handle Class Interfaces