-
I am trying to pass a symbol to the hclust function from http://juliastats.github.io/Clustering.jl/stable/hclust.html
```
from julia import Clustering as C
result = hclust(costs, linkage=":ward")
…
-
Sorry to bother you...
I am trying to get some grid data by using your code. But in the result of RunDCSampler, I found pg dimensions are 2 while i think it should be 6 in case30_ieee. Here is my cod…
-
I'm a newbie when it comes to CUDA, but a former member of my lab wrote a MEX file that uses CUDA to compute FFTs. I'm now trying to port this to Julia. I've begun a wrap of [CUFFT](https://github.com…
-
**Problem:**
> I can never get out of the while ((lastTimeStamp = inlet.pull_sample(sample, 0.0f)) != 0) loop because I'm Processing the samples slower than they are coming in.
**Solution A**: d…
-
We may want to use the following to execute `gksqt` in the future when using GR_jll.
```
run(GR_jll.gksqt(), wait = false)
```
This builds the environment for `gksqrt` via JLLWrappers:
https:…
-
Currently, the minimum weight perfect matching (MWPM) algorithm relies on BlossomV.jl, a wrapper around Kolmogorov's BlossomV software, which has a research-only, non-commercial license. I'm wondering…
-
This package suffers from severe type instability from some LinearAlgebra function.
Firstly, it seems that `eigen` is always performed on a symmetric matrix (A * A'), you should use `eigen(Hermitian(…
-
Hi,
First, thank you for developing this wrapper to Algencan, it has proven to be very useful for a project I am working on.
I am opening this issue as I am facing a segmentation fault when solv…
-
@willtebbutt @oxinabox
I'd like suggestions/advice on how we can get autodiff support for `LoopVectorization.@avx`.
Where / how can we integrate things to get things to work with the various AD to…
-
In order to e.g. use neural odes, we need neural networks to operate within the dynamics. These are typically `pytorch` modules involving impure forward passes (#13), and torch functions (like an acti…
azane updated
10 months ago