-
Notifications
You must be signed in to change notification settings - Fork 36
Added ColVecs #84
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
Added ColVecs #84
Conversation
Co-Authored-By: David Widmann <[email protected]>
Thanks for sorting this @theogf . I implemented |
It's also quite inconsistent that indexing yields arrays whereas iteration yields views. I guess that should be changed - maybe always return views? Then |
Yeah I am removing everything necessary and rely on |
I think this should be ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Next to refactor out obsdim
!
As a prerequisite of #83, this is the implementation of
ColVecs
taken fromStheno.jl