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

linalg._decomp*: add overloads for shapes and dtypes #245

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Dec 2, 2024

This improves the following public scipy.linalg function signatures:

  • cholesky[_banded]
  • cho_solve[_banded]
  • cho_factor
  • eig[_banded]
  • eigvals[_banded]
  • eigh[_tridiagonal]
  • eigvalsh[_tridiagonal]
  • cossin
  • hessenberg
  • ldl
  • lu
  • lu_factor
  • lu_solve
  • polar
  • qr
  • qr_multiply
  • rq
  • qz
  • ordqz
  • schur
  • svd
  • svdvals
  • diagsvd
  • orth
  • null_spaces
  • subspace_angles
  • qr_delete
  • qr_insert
  • qr_update
  • rsf2csf
  • cdf2rdf

towards #233

@jorenham jorenham added this to the 1.14.1.5 milestone Dec 2, 2024
@jorenham jorenham added the stubs: improvement Improve or refactor existing annotations label Dec 2, 2024
@jorenham
Copy link
Owner Author

jorenham commented Dec 2, 2024

fun fact: the scipy.linalg.eig function is annotated with 27 overloads.

@jorenham jorenham merged commit 8e9ecde into master Dec 2, 2024
6 checks passed
@jorenham jorenham deleted the improve/linalg._decomp branch December 2, 2024 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scipy.linalg stubs: improvement Improve or refactor existing annotations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant