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

Make random matrices more complex #312

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 13, 2020

  1. Make random matrices more complex

    Previously random matrices were random but real valued even for the
    complex matrix types. This change makes the random complex matrices
    also random for the complex part of the matrix elements.
    
    Signed-off-by: Nicolas Bock <[email protected]>
    nicolasbock committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    9e4096f View commit details
    Browse the repository at this point in the history
  2. Fix add matrix test

    The tolerance in single precision was too tight.
    
    Signed-off-by: Nicolas Bock <[email protected]>
    nicolasbock committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    49d71ee View commit details
    Browse the repository at this point in the history
  3. Make tags more verbose

    Signed-off-by: Nicolas Bock <[email protected]>
    nicolasbock committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    6aac865 View commit details
    Browse the repository at this point in the history
  4. Better printing in diagonalize test

    Signed-off-by: Nicolas Bock <[email protected]>
    nicolasbock committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    95bb28c View commit details
    Browse the repository at this point in the history
  5. Introduce complex conjugate for dense

    Signed-off-by: Nicolas Bock <[email protected]>
    nicolasbock committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    c3e9cd8 View commit details
    Browse the repository at this point in the history
  6. Small fix for diagonalize test

    Signed-off-by: Nicolas Bock <[email protected]>
    nicolasbock committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    b5ca47e View commit details
    Browse the repository at this point in the history