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

Update _linear_operator.py #9

Merged
merged 4 commits into from
Sep 9, 2022
Merged

Update _linear_operator.py #9

merged 4 commits into from
Sep 9, 2022

Commits on Sep 5, 2022

  1. Update _linear_operator.py

    Add additional LinearOperator.__add__ case for Pythonic addition operations with the builtin sum() function. After other common use-cases, check if other is a numeric Python type and equal to zero, and if so, return self.
    wbeardall authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    2298dc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Update linear_operator/operators/_linear_operator.py

    Co-authored-by: Max Balandat <Balandat@users.noreply.github.com>
    gpleiss and Balandat authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    9038134 View commit details
    Browse the repository at this point in the history
  2. Update _linear_operator.py

    gpleiss authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    cbba847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    104c746 View commit details
    Browse the repository at this point in the history