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

Add parent-type as parameter of normal operator #15

Merged
merged 7 commits into from
Mar 4, 2025
Merged

Conversation

nHackel
Copy link
Member

@nHackel nHackel commented Mar 4, 2025

This PR extends the type definition of the normal operator to include the type of the parent. This allows us to further specialise on specific normal ops.

I've also changed the default weights to be nothing. This allows us to detect if no weights where set. A default of opEye boils down to a LinearOperator. There we can't differentiate between the opEye or a different LinearOperator which implements a certain function

Change default weights to nothing, s.t. we can dispatch on them. opEye is just LinearOperator
@nHackel nHackel added the breakage Enable breakage tests on PR label Mar 4, 2025
@nHackel nHackel merged commit 86884cf into main Mar 4, 2025
1 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breakage Enable breakage tests on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant