Function div_scalar

Source
pub fn div_scalar(lhs: impl AsRef<Array>, rhs: Scalar) -> VortexResult<Array>
Expand description

Point-wise divide a scalar value into this array on the right-hand-side.