Function oarr_div_oO# Defined in File dense/array/algebra_elementwise.h Function Documentation# oarr_t oarr_div_oO(otinum_t *lhs, oarr_t *rhs, dhelpl_t dhl)# Elementwise division (Either LHS or RHS is scalar, the other is an OTI array). Example: RES = LHS / rhs Parameters: LHS – [in] OTI array / scalar. RHS – [in] OTI array / scalar. dhl – [in] Direction helper list object.