Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task: First set of batch examples for multiple linalg functions #34

Closed
13 tasks done
bmwoodruff opened this issue Jun 12, 2024 · 2 comments
Closed
13 tasks done

Task: First set of batch examples for multiple linalg functions #34

bmwoodruff opened this issue Jun 12, 2024 · 2 comments
Assignees

Comments

@bmwoodruff
Copy link
Collaborator

bmwoodruff commented Jun 12, 2024

Description:

I'll be creating a branch that contains new examples for several functions from the linalg module.

Acceptance Criteria:

  • For each example below, I'll check the example using the development version of numpy, use the output produced rather than AI's output, and properly format the example.
    • np.linalg.svd
    • np.linalg.outer
    • np.linalg.trace
    • np.linalg.matrix_rank
    • np.linalg.multi_dot
    • np.linalg.vecdot
    • np.linalg.matmul
    • np.linalg.det
    • np.linalg.svdvals - I know @ogidig5 is working on this one. I plan to include it anyway here, though I'll remove it before sending anything off as a PR.
    • np.linalg.eig
  • I'll push the branch to my fork of Numpy.
  • I'll Provide a link to that branch here.
@bmwoodruff bmwoodruff changed the title First set of batch examples for multiple linalg functions Task: First set of batch examples for multiple linalg functions Jun 13, 2024
@bmwoodruff
Copy link
Collaborator Author

I started page for review at

@bmwoodruff bmwoodruff self-assigned this Jun 13, 2024
@bmwoodruff
Copy link
Collaborator Author

I shared the files that I used while helping me complete this in PR #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant