pub fn elementwise_mul(a: &Value, b: &Value) -> Result<Value, String>
Element-wise multiplication: A .* B Supports matrix-matrix, matrix-scalar, and scalar-matrix operations