pub unsafe extern "C" fn starpu_data_get_coordinates_array(
handle: starpu_data_handle_t,
dimensions: c_uint,
dims: *mut [c_int; 0],
) -> c_uintExpand description
Get the coordinates of the data, as set by a previous call to starpu_data_set_coordinates_array() or starpu_data_set_coordinates() \p dimensions is the size of the \p dims array. This returns the actual number of returned coordinates. See \ref CreatingAGanttDiagram for more details.