Function oarr_get_item_i#
Defined in File dense/array/base.h
Function Documentation#
-
otinum_t oarr_get_item_i(oarr_t *arr, uint64_t i, dhelpl_t dhl)#
Getter functions. Extract an element of an OTI array.
res = ARR[i,j]
- Parameters:
arr – [in] Array to extract the new element.
i – [in] Row where the element is located.
j – [in] Column where the element is located
dhl – [in] Direction helper list object.