-
Notifications
You must be signed in to change notification settings - Fork 3
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
iszero #60
Comments
Yes, we need to fix our semantics and develop a consistent mindset for dealing with canonicalization.
especially the latter will experience problems with thread-safety, but maybe its not our goal? |
You can only bring it to a non-canonical state if we call |
if so, then I don't understand where is the issue:
It seems that |
Yes, I guess that's all that's missing then, and stating this rule in the docstring and then we are good I think |
Not high priority but this won't work if the
SparseCoefficients
is not canonicalized:StarAlgebras.jl/src/coefficients.jl
Line 37 in ba3697f
This doesn't work for tuples:
StarAlgebras.jl/src/types.jl
Line 92 in ba3697f
The text was updated successfully, but these errors were encountered: