Andreas Varga
Andreas Varga
I will not be able to perform any operation, probably until next Sunday (25.07.2021). I checked that similar changes of `LinearAlgebra.inv` are also necessary for the Sylvester maps. However, I...
I am back. I had a look to your changes. For me they are OK. Should I merge them?
No. Actually I have no dedicated benchmarks for the operator functions. I intended to perform some tests after merging and pulling the new version to my local dev version. Or...
I installed the Pull Request feature, which is a nice feature for cooperative developments! The two broken tests can be actually fixed with the new implementation of operators. The issue...
I think I have troubles with the master repository. Erroneously I created a new branch andreasvarga/master which now contains your corrections and my last modifications (I fixed the broken tests)....
What about deleting everything locally and clone a new repository from the current master? Daniel Karrasch ***@***.***> schrieb am Mo., 26. Juli 2021, 20:26: > Alright, so my PR is...
Finally, I recovered the desired state and also fixed an initialization issue in `gsylvs!` which led occasionally to error (I recall you also discovered this in the test suite for...
Indeed there are two remotes: ``` $ git remote dkarrasch origin ``` I removed some branches with `prune`: ``` $ git remote prune dkarrasch Pruning dkarrasch URL: https://github.com/dkarrasch/matrixequations.jl * [pruned]...
This is certainly possible, but it would involve some effort which in this moment I would like to invest to start a new project. This idea would be probably the...
For P = 17, the results seems to be correct. The computed eigenvalues are just the eigenvalues of the matrix ``` 1.5 -.7 3.5 -.7 1. 0. 2. 3. 1.5...