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

Removing unumpy.py core dependency on matrices #120

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

Commits on Feb 11, 2020

  1. Removing unumpy.py core dependency on matrices

    Changed "asmatrix" to "asarray"
    Changed * to @
    Passed unit tests on my computer except for the lib2to3 unit test since I do not have that module.
    AdityaSavara authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    acd8a92 View commit details
    Browse the repository at this point in the history
  2. Adding .conj() for non-real numbers.

    The transpose() function was used to replace .H, but that only works for real numbers. 
    So a .conj() call has been placed prior to the transpose call.
    AdityaSavara authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    3e44594 View commit details
    Browse the repository at this point in the history
  3. Changing some of the comments to help save time

    Of course these edits do not need to be accepted.  However, old comments were deprecated.
    AdityaSavara authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    7fbe471 View commit details
    Browse the repository at this point in the history