Function oarr_div_OO# Defined in File dense/array/algebra_elementwise.h Function Documentation# oarr_t oarr_div_OO(oarr_t *arr1, oarr_t *arr2, dhelpl_t dhl)# Elementwise matrix division. At least one of the arrays is OTI. Example: RES = LHS / RHS Parameters: LHS – [in] Left hand side array. RHS – [in] Right hand side array. dhl – [in] Direction helper list object.