-
In reference to version 06359537b806b8cd07b047d99ff308dd59480ef3
under Matrices with Complex Eigenvalues in the 3x3 example there is a typo instead of 4 − 5 − λ it should be 4/5 − λ
![ss-2024-11-…
-
Just stumbled over this when demoing OSCAR:
```
julia> eigenvalues(identity_matrix(ZZ,3))
ERROR: MethodError: no method matching eigvals(::ZZMatrix)
The function `eigvals` exists, but no method is…
-
I am running comparisons between the same data file.
_The R code. The `cfa` option appears to be synonymous with `fa` as it is not estimate orthogonal factors._
```
paran(df, iterations = 2000, q…
-
It appears that the ELBO calculation in NIFTy.re is significantly slower than in numpy NIFTy (kudos to @patrikbar for realizing).
Additionally, the batching of the eigenvalues for the trace-log estim…
-
### Describe your issue.
This bug report demonstrates inconsistent behavior (see Case 1 and Case 2 below) in SciPy's eigenvalue calculations for singular positive semidefinite (PSD) correlation matri…
-
Hi There!
I was performing a dbRDA but notice that the percentage explained by the axis are different doing manually and with the microeco
I will send here the codes and the files
##### Ordin…
-
The standard way to use properties would be something like this
```python
_eigenvalues = None
@property
def eigenvalues(self):
if self._eigenvalues is None:
self._eigenvalues = s…
-
Hi team,
First off, I absolutely love JAX. It's the core engine behind our startup.
It would be fantastic to have a rank-one update to an eigenvalue decomposition of a symmetric PSD matix $A$. I…
-
Thanks for your good work!
Here is a question how to use PCA to achieve spatial-variant data?
Because the colmap coordinates are somehow random, while the camera would not locate in a certain plane …
-
Hi,
I am (kinda re-) opening an issue because I think it is different from the issues on memory allocations that are still open. In BifurcationKit.jl, we solve repeatedly linear systems and compute…