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

Replace Array2D with rlst matrix #123

Merged
merged 22 commits into from
Oct 25, 2023
Merged

Replace Array2D with rlst matrix #123

merged 22 commits into from
Oct 25, 2023

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    3c9e87a View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    mscroggs committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1669d8f View commit details
    Browse the repository at this point in the history
  3. Add assembly benchmark

    mscroggs committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    14b1f82 View commit details
    Browse the repository at this point in the history
  4. directly transpose points

    mscroggs committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    81e4418 View commit details
    Browse the repository at this point in the history
  5. fmt

    mscroggs committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5687d26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c8706f View commit details
    Browse the repository at this point in the history
  7. clippy

    mscroggs committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5cfd861 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1b49a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. const generics

    mscroggs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    28cbad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e811e58 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. fix tests

    mscroggs committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e3c1dd1 View commit details
    Browse the repository at this point in the history
  2. only tabulate once

    mscroggs committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fb122ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b5affa View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. make grid use rlst formats

    mscroggs committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2ef284e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    8204614 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. adjust dependency test

    mscroggs committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    90cdaff View commit details
    Browse the repository at this point in the history
  2. &[] not &vec![]

    mscroggs committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0b1bd33 View commit details
    Browse the repository at this point in the history
  3. fmt

    mscroggs committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    17ff587 View commit details
    Browse the repository at this point in the history
  4. more vec!s

    mscroggs committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b434e5b View commit details
    Browse the repository at this point in the history
  5. more vec!s

    mscroggs committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8f98c0d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. update parallel grid

    mscroggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    65fcfb0 View commit details
    Browse the repository at this point in the history
  2. Laplace

    mscroggs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    931af73 View commit details
    Browse the repository at this point in the history