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