Function carr_set_slice_R#
Defined in File complex/array/utils.h
Function Documentation#
-
void carr_set_slice_R(carr_t *arr, int64_t starti, int64_t stopi, int64_t stepi, int64_t startj, int64_t stopj, int64_t stepj, carr_t *res)#
Set slice to darr object.
- Parameters:
arr – [in] Value to set in res array.
starti – [in] Starting row index.
stopi – [in] Final row index.
stepi – [in] Row step.
startj – [in] Starting column index.
stopj – [in] Final column index.
stepj – [in] Column step.
res – [inout] Address of the result holder