Open superbobry opened 11 years ago
It would be nice to have a module, which operates on arrays element-wise:
let open Elementwise in abs xs -. ys
However, implementing this requires more thinking:
vs /. 42.0
It would be nice to have a module, which operates on arrays element-wise:
However, implementing this requires more thinking:
vs /. 42.0
?