-
MWE:
```julia
julia> A = spzeros(BigInt, 3, 3); A[1] = 0; A
3×3 SparseMatrixCSC{BigInt, Int64} with 1 stored entry:
0 ⋅ ⋅
⋅ ⋅ ⋅
⋅ ⋅ ⋅
```
This change was introduced in https://githu…
-
It would be really nice if matplotlib could handle the plotting of spherical polygons. I (and several other volunteers) have been working to integrate spherical Voronoi diagram code into scipy (pull r…
-
This is a writeup of a discussion with @eric-cances.
Let me prefix this by saying that this would imply a major rewrite of DFTK, add a major layer of complexity to the code, and looks like So Much …
-
[sorry for being unable to share the exact set of odes that causes this problem; mathematically, it's about several hundreds of coupled odes, many of which stays very close to zero, and subject to flu…
-
# SciPy callbacks
Associated PR: #19420 (WIP).
Some comments on additions required for `scipy`. In some sense the callbacks in `highs` are [more functional](https://github.com/ERGO-Code/HiGHS/bl…
-
Hello,
I need to compute the hessian of a neural network's output with respect to its inputs. I am able to do it on the CPU without any issues, but I'd like to do it on the GPU.
Neither `Zygote.…
-
See the attached ILP
[value_3810812.lp.gz](https://github.com/user-attachments/files/16762898/value_3810812.lp.gz)
I updated my local CBC to current master (including osi,coinutils,...), now cbc …
-
Forgive me for etiquette and formatting issues, this is my first *real* github issue post. Further, if this wasn't the appropriate place to post problems like this, please let me know.
## What I'm…
-
We'd like to define how to capture pipeline details in ECS.
Pipelines can come in many shapes
* Agent to Elasticsearch
* All the way to Syslog=> agent => Logstash => Queue => Logstash => Elasti…
-
## Mirroring the FieldTrip API
Eric @larsoner suggested to mirror fieldtrip's cluster-based API in mne python:
> Mikolaj, perhaps instead of making a new API proposal, you could try Python-izing t…