ivy-llc / ivy

Convert Machine Learning Code Between Frameworks
https://ivy.dev
Other
14.02k stars 5.77k forks source link

Add Linear algebra operator functions to Jax Frontend #1582

Open Aarsh2001 opened 2 years ago

Aarsh2001 commented 2 years ago

Add Linear algebra operators to Jax frontend:

_

Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen. _

The main file paths where these functions are likely to be added are:

ivy/functional/frontends/jax/lax/linalg.py ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_jax\_lax\_linalg.py

MuhammadNizamani commented 1 year ago

function eig is done so marked it as done

dncaz commented 1 year ago

tridiagonal_solve being worked on