-
Transform 2-level to eigenbasis and back ... ok
Transform 10-level real-values to eigenbasis and back ... ok
Transform 10-level to eigenbasis and back ... ok
Transform 10-level imag to eigenbasis a…
-
Recent PRs #5012 #5243 introduce random seeding for those scipy calls to ARPACK, that are otherwise non-deterministic. We should make them consistent across the code base. Somewhere in `sklearn.utils`…
-
Tests are failing:
FAILED ..\..\lib\tests\test_regression.py::TestRegression::test_polyfit_build - numpy.linalg.LinAlgError: SVD did not...
FAILED ..\..\linalg\tests\test_regression.py::TestRegressi…
-
In the file "./src/lib/datasets/dataset/coco.py", there are parameters "self.eig_val" and eig_vec, I know they mean eigenvalue and eigenvector. But i dont know how they work in this network, and how t…
-
On the road to building aarch64 wheels, we are trying to release 0.18.2
Presently, from what I know, we need to:
- [x] Backport enough things to ensure that the tests pass on v0.18.x
- [x] Enab…
-
**_Issue_**
Cupy streams are not supporting concurrent GPU operation, for cp.linalg.svd. (This is my first time using Cupy, to try and do concurrent SVDs on the GPU with a stack of matrices.)
Cop…
drcdr updated
3 years ago
-
For the first time, I'm looking at scikit-fem in a serious manner. Diving into it, I notice that the common way the "apply" Dirichlet conditions is to eliminate the respective entries from the matrix/…
-
Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues,…
-
Thank you for the amazing tool. I'm a biology phd student. So I am having a bit trouble working with tools.
https://github.com/deeptools/HiCExplorer/issues/346
In light of the above issue, I want…
-
Every complex unitary matrix is a normal matrix, hence it follows from the spectral theorem that every unitary matrix should be diagonalizable by a unitary matrix:
```
# for U unitary
d, V= np…