-
Notifications
You must be signed in to change notification settings - Fork 43
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
PDMats implementing AbstractArray interface #40
Comments
It's an old issue but any comments on this? |
Merged
@andreasnoack what is your take on this? Worth opening a PR? |
Fixed by #105. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Working with PDMats, it made me wonder why AbstractPDMat doesn't derive from AbstractMatrix? Given the class is immutable, we'd only have to implement getindex and size I think.
The text was updated successfully, but these errors were encountered: