PatricYan
PatricYan
> It has already been done. See #4466 Hi @karalleyna , the subtask comes from https://github.com/unifyai/ivy/issues/4614, not same as what you have done.
> Ah, sorry! you are welcome, we all contribute to the IVY.
> Hi, if you take a look at **ivy/functional/backends/jax/linear_algebra.py** you will find the difference between the backend function **svd** and the [official doc](https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.linalg.svd.html) - ivy/functional/backends/jax/linear_algebra.py **svd** - [official doc](https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.linalg.svd.html)
Hi @JamieLine , Done