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

Define real, imag, conj, angle, and abs2 for Vec{N,<:Real} #127

Merged
merged 4 commits into from
Sep 18, 2024

Commits on Sep 10, 2024

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

Commits on Sep 17, 2024

  1. Define abs2 for Vecs

    favba committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    42190ad View commit details
    Browse the repository at this point in the history
  2. Define angle and imag function for Vecs

    Reorganize tests.
    favba committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1110296 View commit details
    Browse the repository at this point in the history
  3. Simplify code

    favba committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7932d17 View commit details
    Browse the repository at this point in the history