-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Warning and Hint removal #595
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7297e98 - Browse repository at this point
Copy the full SHA 7297e98View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6478af1 - Browse repository at this point
Copy the full SHA 6478af1View commit details
Commits on Oct 5, 2023
-
Add functions to calculate the Moore-Penrose pseudo-inverse of a matr…
…ix (pinv) and the conjugate of a complex tensor
Configuration menu - View commit details
-
Copy full SHA for ce9b133 - Browse repository at this point
Copy the full SHA ce9b133View commit details
Commits on Oct 6, 2023
-
Fix "expression 'arg[0]' is immutable, not 'var'"
Code to fix the issue was provided by @Vindaar.
Configuration menu - View commit details
-
Copy full SHA for 6d6efd7 - Browse repository at this point
Copy the full SHA 6d6efd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9277870 - Browse repository at this point
Copy the full SHA 9277870View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1936506 - Browse repository at this point
Copy the full SHA 1936506View commit details
Commits on Oct 7, 2023
-
Fix a few "is declared but not used [XDeclaredButNotUsed]" hints
There are still a few left which I did not "fix" because IMHO they make the code clearer by naming all outputs of procedures that return tuples.
Configuration menu - View commit details
-
Copy full SHA for 18630a8 - Browse repository at this point
Copy the full SHA 18630a8View commit details -
Fix ImplicitTemplateRedefinition warning
While this change fixes the warning (by renaming one of the two templates, which works because they term rewriting macros should never be called explicitly), I am not sure that this code is ever triggered (with or without my fix).
Configuration menu - View commit details
-
Copy full SHA for 461b4b0 - Browse repository at this point
Copy the full SHA 461b4b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c404189 - Browse repository at this point
Copy the full SHA c404189View commit details -
Add info about how to make the library work on windows by using openb…
…las to the README.
Configuration menu - View commit details
-
Copy full SHA for 4909202 - Browse repository at this point
Copy the full SHA 4909202View commit details