Skip to content

Add Linear algebra functions to Numpy Frontend #1526

Open
@Aarsh2001

Description

@Aarsh2001

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

Metadata

Metadata

Assignees

Labels

NumPy FrontendDeveloping the NumPy Frontend, checklist triggered by commenting add_frontend_checklistToDoA ToDo list of taskshacktoberfesthacktoberfest

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions