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

feat: rehaul iteration and indexing #1565

Closed
wants to merge 1 commit into from
Closed

feat: rehaul iteration and indexing #1565

wants to merge 1 commit into from

Commits on Jan 29, 2024

  1. feat: rehaul iteration and indexing

    - make A[i::Int, js::Array] return a Vector and support views
    - make eachindex(A::MatrixElem) return a rowmajor iterator
    - delete iterate(A::MatrixElem) (for now)
    thofma committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f79bdb4 View commit details
    Browse the repository at this point in the history