elementwise_mul

Function elementwise_mul 

Source
pub fn elementwise_mul(a: &Value, b: &Value) -> Result<Value, String>
Expand description

Element-wise multiplication: A .* B Supports matrix-matrix, matrix-scalar, and scalar-matrix operations