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

Implement sorting for Eigen #24536

Closed
wants to merge 8 commits into from
Closed

Commits on Nov 8, 2017

  1. Implement sort!(::Eigen)

    Evey Dee committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    a7340a0 View commit details
    Browse the repository at this point in the history
  2. Add tests

    Evey Dee committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    468709f View commit details
    Browse the repository at this point in the history
  3. Remove redundant Base.LinAlg.

    Evey Dee committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    e5aa710 View commit details
    Browse the repository at this point in the history
  4. Let default sorting be eigsortby

    Evey Dee committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    5af6876 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Add kw..., call sort in test

    Evey Dee committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    0594363 View commit details
    Browse the repository at this point in the history
  2. Define copy and refine docstrings for Eigen

    Evey Dee committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    447ea8e View commit details
    Browse the repository at this point in the history
  3. Add (@ref)s and manual entries

    Evey Dee committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    c65c90f View commit details
    Browse the repository at this point in the history
  4. More tests

    Evey Dee committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    53b0be2 View commit details
    Browse the repository at this point in the history