-
Dear QuantumLib developers, thank you for publishing this nice Coq library. I'm a glad user of it since last year, indeed I was looking for complex numbers, polynomials (including FTA) and matrices. D…
-
Hi!
Thank you for creating such a great tool!
I have been mapping my single-cell GEX data generated with 10X V2 using STAR version 2.7.11.a. My goal is to obtain spliced and unspliced count matr…
-
With the new numba kernel for sparse scaling, we need to figure out how and when the numba code becomes faster than the array code. This might lead to numba completly replaceing the array operations f…
-
Hi,
I've recently discovered your community and thus I am quite new to geomstats, to manifolds and/or optimal transport in general thus I am not sure whether this is the right place to write but i…
-
Hello,
Is it possible to, given a circuit topology, export the set of differential equations? I think it could be done using [ModelingToolkit.jl](https://github.com/SciML/ModelingToolkit.jl). This …
-
Hello,
line 322 of CMakeList.txt breaks BALS detection https://github.com/veg/hyphy/blob/cc6eee3faf4d9fb612e2b4daa04e81723fe3b599/CMakeLists.txt#L322
see.
NB only loaded blas related modul…
-
I ask this because the current default behavior of `autocov` is that, if provided with a matrix, it broadcasts over the columns of the matrix.
I'm not sure this is a good idea. If a user wants to a…
-
When we impose the constraint `X is psd`, we should re-consider the formulation if `X` is small size
1. If `X` is a 1 x 1 matrix (a scalar), then it is better to impose a linear constraint.
2. If `X…
-
Hello,
Writing to report a possible bug. See below for a reproducible R/Stata toy example.
First, generate a toy data set in R:
```R
library(tidyverse)
library(margins)
library(haven)
s…
-
We will eventually run into non-symmetric matrices. It would be good to have a solver for this cases.
The most common are GMRES (Krylov method similar to CG but for non-symmetric problems) and AMG…