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

Add MatrixRef to take a sub-matrix from an existing Matrix #934

Merged
merged 19 commits into from
Jul 28, 2023

Commits on Jul 10, 2023

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

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    c1c06fe View commit details
    Browse the repository at this point in the history
  2. Expand MatrixRef tests

    msimberg committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    493a293 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fb2892 View commit details
    Browse the repository at this point in the history
  4. Add TODO to MatrixRef

    msimberg committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    421692c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93982bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ade401d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96499f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad68a49 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    2010844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d17c9a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8c848f View commit details
    Browse the repository at this point in the history
  4. Remove MatrixRef::get TODO

    msimberg committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a49a9ac View commit details
    Browse the repository at this point in the history
  5. Reformat matrix_ref.h

    msimberg committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    52a815b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Jul 28, 2023

  1. Introduce SubDistributionSpec and SubMatrixSpec for specifying sub-di…

    …stributions and sub-matrices, respectively
    msimberg committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1ff2f53 View commit details
    Browse the repository at this point in the history
  2. Make MatrixRef immovable

    msimberg committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1a512bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b71fef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0da1cd0 View commit details
    Browse the repository at this point in the history