-
Let's say I'm interested in getting the transfer matrix and the invariant measure in case of a time series.
```julia
using DynamicalSystems
henon_rule(x, p, n) = SVector{2}(1.0 - p[1]*x[1]^2 + …
-
My Android App has crashed in libandroid_avif.so. Where can I download the symbol table for this so file
-
As reported on the mailing list at https://groups.google.com/forum/#!topic/dealii/okNWVIHwcTA , there is a bug in the setup the matrix free face pair in case we have hanging nodes over periodic faces,…
-
Hello,
It is a question not related to git but most to the algorithm of MSNE.
You mention that MSNE is not comparing the edge weights between different networks, but this is important no?
What is…
-
Dear Maartenvd:
I feel MPSKit (and of course TensorKit) is a great project! Thanks for you effort to maintain it.
I have a (maybe naive) question about the Multiline object for Infin…
-
The FRD class defines a LTI system just in terms of its frequency response. A full set of operators are included and that allow FRD objects to be manipulated like transfer functions. In the case whe…
-
Trying to run kilosort2 on jupyter notebook setup for spike interface version 0.99.1, but getting an "index exceeds matrix dimension error" from my kilosort.
Running the same dataset (openephys .d…
-
## Context
The call ```myspecies.nodes``` to get all compartments that have ```myspecies``` is very slow.
The call ```h.finitialize()``` is also very slow.
### Overview of the issue
In our…
-
The `CoAxialRotor` class constructs a series of shafts in a coaxial and parallel manner, limiting itself to positioning the shafts internally and externally.
Some configurations demands it not to be …
-
Although algorithm (static) class templates should not care about where computation is performed (CPU or GPU), I think there are a few design choices that motivate parameterizing the algorithm itself …