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

Add support for decomposition complex tensors, to calculate the pseudo-inverse and the conjugate of a complex tensor #594

Merged
merged 5 commits into from
Oct 7, 2023

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    7297e98 View commit details
    Browse the repository at this point in the history
  2. Add support for Complex tensors to the decomposition functions

    These changes were actually made by Vindaar <batsi90@gmail.com>. I only completed the SVG test.
    AngelEzquerraAtKeysight committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6478af1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Add functions to calculate the Moore-Penrose pseudo-inverse of a matr…

    …ix (pinv) and the conjugate of a complex tensor
    AngelEzquerraAtKeysight committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ce9b133 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Fix "expression 'arg[0]' is immutable, not 'var'"

    Code to fix the issue was provided by @Vindaar.
    AngelEzquerraAtKeysight committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6d6efd7 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review (explicitly set result)

    Co-authored-by: Vindaar <basti90@gmail.com>
    AngelEzquerra and Vindaar authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d6d9e32 View commit details
    Browse the repository at this point in the history