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