-
its very difficult to asses data quality in this case. however, for any usable implementation i will need some checks. therefore condition number, rank and singular values of the core matrices are imp…
-
Hi,
I believe the axes for the connectivity matrix figures (for example, 'estimated' and 'true') are mislabeled - the x axis is labeled as 'region (from)' and the y axis as 'region (to)', when it s…
-
## Describe the bug
With the attached VRM file, and VRMA made using the same rig in VRM Posing Desktop, import of VRMA does not produce correct bone transforms.
[VRM Files BONES ONLY.zip](https://…
-
Part of #16298.
### Describe the bug
When using a sparse container like `csr_array` for `X`, `LinearRegression` even fails to give the same coefficients for unit or no sample weight, and more ge…
-
Thanks for this great package! Was wondering if you could help with a issue.
The documentation suggests that `eigs_sym()` should be able to handle sparse matrix input, but there appears to be some …
-
As mentioned in #31738, it would be good to have specialized eigensolvers for upper-Hessenberg matrices (i.e. our `UpperHessenberg`) type.
In particular, Hessenberg factorization is the first step …
-
OpenGL uses column major matrics so in order to combo well with OpenGL I suppose it would be nice to have a column major version of matrices?
glyh updated
3 months ago
-
This issue is inspired by [this](https://math.stackexchange.com/questions/4250154/cayley-hamilton-in-macaulay2) Stack Exchange question that I randomly ran into.
Would be great if the following wor…
-
AppleAccelerate provides functionality for sparse matrices and optimized solvers for these matrices, see [here](https://developer.apple.com/documentation/accelerate/sparse_solvers). It would be great …
-
### Expected behavior
I expect to be able to manipulate larger density matrices, both reducing them and computing qinfo quantities from them.
### Actual behavior
Einsum cannot handle that many many…