ivy
ivy copied to clipboard
add jax cummin function and tests
Close #4309
I should add the ivy.cummin
function in a different pr, right?
I don't think cummin
can/should be implemented by composition as it is cumulative functions are wrappers around super-optimized C++ functions. So complex compositions for such functions might not be optimal. I might just go for a different issue. Thanks for your time!