-
Notifications
You must be signed in to change notification settings - Fork 5
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
type piracy #11
Comments
Fixed for |
Can't you just call |
Or is the problem that this is called internally by |
The constructor of |
Oh, in that case we should:
|
Actually, now that you have |
Thanks! I will change that now |
These are type piracy and should be removed: https://github.com/smataigne/SkewLinearAlgebra.jl/blob/365b0a1a4c7f07235ba0bdca07b5da8fbe30ebb8/src/hessenberg.jl#L3-L7
Just call the low-level constructor directly.
The text was updated successfully, but these errors were encountered: