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

Matrix macro #886

Merged
merged 25 commits into from May 9, 2021
Merged

Matrix macro #886

merged 25 commits into from May 9, 2021

Commits on May 3, 2021

  1. Copy the full SHA
    e976922 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ab95cf7 View commit details
    Browse the repository at this point in the history
  3. Fix warnings, refactor code

    Andlon committed May 3, 2021
    Copy the full SHA
    ed83350 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1dccdb1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e60136f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ec2a5a3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7098a4f View commit details
    Browse the repository at this point in the history
  8. Implement SMatrix::from_array_storage and use it in matriX! impl

    This allows us to avoid injecting unsafe code into every macro
    invocation, which seems desirable.
    Andlon committed May 3, 2021
    Copy the full SHA
    9142dc8 View commit details
    Browse the repository at this point in the history
  9. Impl DMatrix/DVector::from_vec_storage

    These methods enable safe & const construction of DMatrix/DVector from a
    given VecStorage.
    Andlon committed May 3, 2021
    Copy the full SHA
    d2c11ad View commit details
    Browse the repository at this point in the history
  10. Implement dmatrix![] macro

    Andlon committed May 3, 2021
    Copy the full SHA
    5c84302 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d56db1a View commit details
    Browse the repository at this point in the history
  12. vector! and dvector! macros

    Andlon committed May 3, 2021
    Copy the full SHA
    07d41e4 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    da07749 View commit details
    Browse the repository at this point in the history
  14. Document macros

    Andlon committed May 3, 2021
    Copy the full SHA
    b96c755 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    eeab4db View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    0bde07f View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    041b8c4 View commit details
    Browse the repository at this point in the history
  18. Test nalgebra-macros on CI

    Andlon committed May 3, 2021
    Copy the full SHA
    08a77dd View commit details
    Browse the repository at this point in the history
  19. Cargo fmt

    Andlon committed May 3, 2021
    Copy the full SHA
    8552fc8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Copy the full SHA
    f42ecf0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    57541aa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6026a05 View commit details
    Browse the repository at this point in the history
  4. Formatting

    Andlon committed May 5, 2021
    Copy the full SHA
    39b275f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Copy the full SHA
    3a3bc55 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    922393b View commit details
    Browse the repository at this point in the history