-
...
Hi team,
I got stuck in macrostates part, which I got errors as follows:
```python
g.fit(n_states=18, cluster_key="seurat_clusters")
g.plot_macrostates(which="all")
Computing Schur d…
-
Hi!
I was wondering if there's any recommendation on how to compute the inverse of a relatively large matrix. I only need to call the `torch.inverse` once. However, I believe it's because of the MA…
-
context = @dynare "./xyz.mod";
[ Info: Dynare version: 0.8.1
[ Info: 2023-09-04T00:21:10.671: Starting @dynare ./xyz.mod
["xyz.mod", "language=julia", "json=compute"]
[ Info: Dynare preprocessor v…
-
I have a bit of an odd setup here probably, but I'm compiling on MacOS using Homebrew's clang rather than the system clang due to lack of OpenMP support:
> Homebrew clang version 12.0.0
> Target:…
-
Do the exp or log function support the matrix versions? i.e. exp or log of the singular values of the matrix?
I'm looking for a way to implement a bregman divergence term like Tr(Xlog(X/A) - X + A), …
-
Does it support trilinos epetra matrix or can i read in a matrix in matrix market format?
-
I noticed that sometimes the results obtained via `ArnoldiMethod.jl` are incorrect. I attach a minimal example below:
Download [myerror.jld2](https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl/…
-
Dear cellrank team, thanks for the wonderful software!
Recently, I get this error and can't repeat my result anymore. The env did not have been modified.
```
Computing Schur decomposition
-----…
-
from a non-expert to use spectra with Eigen in Visual studio 2022
Strangely, Eigen was successfully linked to the project by CMake.
However, Spectra/SymEigsSolver.h could not be recognized by man…
-
If the input matrix has null eigenvalues, the order in which they are returned by `OrderedEigenDecomposition` might be wrong. As an example, with the input matrix
```
Array2DRowRealMatrix{{81.0,63.0…