ivy-llc / ivy

The Unified ML Representation
https://ivy.dev
Other
14.02k stars 5.81k forks source link

Add Linear algebra functions to Numpy Frontend #1526

Open Aarsh2001 opened 2 years ago

Aarsh2001 commented 2 years ago

Add Linear Algebra functions to Numpy 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/numpy/linear\_algebra/matrix\_and\_vector\_products.py
  • ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_linear\_algebra/test\_matrix\_and\_vector\_products.py
  • ivy/functional/frontends/numpy/linear\_algebra/linalg/matrix\_and\_vector\_products.py
  • ivy/functional/frontends/numpy/linear\_algebra/linalg/solving\_equations\_and\_inverting\_matrices.py
  • ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_linear\_algebra/test\_linalg/test\_matrix\_and\_vector\_products.py
  • ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_linear\_algebra/test\_linalg/test\_solving\_equations\_and\_inverting\_matrices.py
  • ivy/functional/frontends/numpy/\_\_init\_\_.py
  • ivy/functional/frontends/numpy/linalg/matrix\_and\_vector\_products.py
  • ivy/functional/frontends/numpy/linalg/matrix\_eigenvalues.py
  • ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_linear\_algebra/test\_matrix\_eigenvalues.py
  • ivy/functional/frontends/numpy/linear\_algebra/linalg/norms\_and\_other\_numbers.py
  • ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_linear\_algebra/test\_linalg/test\_norms\_and\_other\_numbers.py
  • ivy/functional/frontends/numpy/linalg/norms\_and\_other\_numbers.py
  • ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_linear\_algebra/test\_norms\_and\_other\_numbers.py
  • ivy/functional/frontends/numpy/linalg/solving\_equations\_and\_inverting\_matrices.py
  • ivy\_tests/test\_ivy/test\_frontends/test\_numpy/test\_linear\_algebra/test\_solving\_equations\_and\_inverting\_matrices.py
Josephamir616 commented 1 year ago

einsum_path #6004

moamen20 commented 10 months ago

22340

moamen20 commented 10 months ago

eigvals #22528

natek-1 commented 10 months ago