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: improved special matrix constructor signatures #246

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:

  • toeplitz
  • circulant
  • hankel
  • hadamard
  • leslie
  • kron
  • block_diag
  • companion
  • helmert
  • hilbert
  • invhilbert
  • fiedler
  • fiedler_companion
  • pascal
  • invpascal
  • convolution_matrix
  • dft

towards #233

@jorenham jorenham added scipy.linalg stubs: improvement Improve or refactor existing annotations labels Dec 2, 2024
@jorenham jorenham added this to the 1.14.1.5 milestone Dec 2, 2024
@jorenham jorenham force-pushed the improve/linalg._special_matrices branch from 5dec316 to c279f48 Compare December 2, 2024 11:42
@jorenham jorenham merged commit dbed9be into master Dec 2, 2024
6 checks passed
@jorenham jorenham deleted the improve/linalg._special_matrices branch December 2, 2024 12:02
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