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