-
### Task motivation
Spatial decomposition (also often referred to as Spatial deconvolution) is applicable to spatial transcriptomics data where the transcription profile of each capture location (spo…
-
LLVM will always decompose `div` + `rem` on ARM to `div` + `mul` + `sub` when optimizations are enabled.
This makes sense on targets with division, but on targets without division it breaks the con…
-
As required by [cuml's development guide](https://github.com/rapidsai/cuml/blob/61f85a6717d4d498ac5bb0815ca084c5f151fb00/wiki/python/DEVELOPER_GUIDE.md#creating-python-estimator-wrapper-class), estima…
-
First off, thank you very much to the developers of this package! I really love the design and there is clear attention to detail.
I've been using the SRKF implementation and noticed a small issue.…
-
It is possible to generate a contract principal using
```
(principal-construct? 0x15 0x5fe781ad4656928d3f52419118cdd229d0e75566 "u7E0cd1")
```
However, decomposing the generated principal into …
-
-
DMD (Dynamic Mode Decomposition) shall be added to the decomposition module
-
Right now Jax raises a NonImplementedError when calculating the Jacobian of the QR decomposition in complete mode:
```
import jax
import jax.numpy as jnp
def f(basis):
# same for return jax…
-
Could you please add a counter-rotating component in the decomposition class? for the decomp itself and the plotting.
I would highly appreciate it! :)
And there might be some inconsistencies, see …
-
DMDc (Dynamic Mode Decomposition with control) shall be added to the decomposition module