Daniel
Daniel
Bumps MParT version to 0.3.3. Moves `libmpartjl` into `lib`, hopefully fixes MacOS detection problem.
In [line 28](https://github.com/JuliaMath/AbstractFFTs.jl/blob/d007201e640b567a1a9888c478f46dd70004f511/src/definitions.jl#L28), whoever originally wrote this expressly went out of their way to avoid using `y = similar(x)`. I can't seem to find any discussion as to why this...
When I'm working on a package where I want to namespace a few things out, i.e. put certain bindings into submodules (largely to keep enums from cluttering up the Main...
There's a bit of dynamic dispatching going on every time that `fft!` is called recursively. This is reasonably expensive. What should happen is that either a lambda expression is used...
YingboMa shashi The registered function returns an array, but currently it assumes the return type is a scalar, making it difficult to work with in practice. ┆Issue is synchronized with...
This should allow the user to `remake` a NoiseProcess.
I'm not sure if I'm understanding the behavior of `cov` correctly, but it seems like the current implementation for between two vectors only works on a vector of numbers. It...
I think this fixes #62 .
Thanks for such a great library! I need an implicit integrator that incorporates a mass matrix, so I thought I'd just create an example for people to work with. I...
Addresses #66