mul

Function mul 

Source
pub fn mul<T1, T2>(a: &Array<T1>, b: &Array<T2>) -> Result<Array>
where T1: DTypeValue, T2: DTypeValue,
Expand description

Elementwise multiply with automatic type promotion

Returns an Array with the promoted dtype.