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

BUG: linalg.solve_{sylvester, continuous_lyapunov}: empty array support #20528

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Apr 19, 2024

  1. Empty array support for solve_sylvester and solve_continuous_lyapunov

    Add two ValueError for shape consistency in solve_sylvester
    redha2404 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b6895bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    212b2f7 View commit details
    Browse the repository at this point in the history
  3. Update test_solvers.py

    redha2404 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    bf4b9d2 View commit details
    Browse the repository at this point in the history
  4. Update test_solvers.py

    redha2404 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    478f9d1 View commit details
    Browse the repository at this point in the history
  5. Update test_solvers.py

    redha2404 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    068f9d3 View commit details
    Browse the repository at this point in the history
  6. Update _solvers.py

    redha2404 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    af2ebf0 View commit details
    Browse the repository at this point in the history
  7. Fast result dtype

    redha2404 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5af1616 View commit details
    Browse the repository at this point in the history
  8. Fast result dtype

    redha2404 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1e2631b View commit details
    Browse the repository at this point in the history
  9. Update _solvers.py

    redha2404 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cd8aeb9 View commit details
    Browse the repository at this point in the history