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

Minor code movement (NFC) and port some matrix types from Nabla #51

Merged
merged 3 commits into from
Jun 13, 2019

Commits on Jun 13, 2019

  1. Move some code around (NFC)

    * Move the BLAS definitions into the `linalg` directory.
    * Move some general optimizations into a specific utilities file for
      linear algebra definitions.
    * Consolidate structured matrix operations, e.g. diagonal and symmetric,
      into one file.
    ararslan committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    55a3923 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03b7d10 View commit details
    Browse the repository at this point in the history
  3. Add Random to Project.toml [extras]

    We're using it in the tests but were not declaring it as a test
    dependency. This seems to be the cause of the current Julia nightly
    failures on CI.
    ararslan committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    76ea4b8 View commit details
    Browse the repository at this point in the history