-
Hey all,
first of all thanks for the great linear algebra library for rust. It is really cool and great work.
Now to the problem I am facing.
I was calculating the determinant for this matrix (…
-
I am running the code below in Macaulay2.
```
load "Dmodules.m2"
R = QQ[x_11,x_12,x_21,x_22]
D = makeWeylAlgebra R
a = x_11*dx_21 + x_12*dx_22
b = x_22*dx_22 + 2
a*b
matrix{{a}} * matrix{{b}…
-
Hi! I've tried to run your code, it works well with iNetwork.py, but have an issue with neural_doodle.py(improved_neural_doodle.py the same). The problem is:
```
!python /content/Neural-Style-Tran…
-
Hi @HelenaLC,
thanks again for providing this package. I now had a closer look at the `clrDR` function and I'm a bit confused reading the documentation. Looking at the code, when setting `by = "sam…
-
Hi, I am in the process of writing a paper, and Numbat was super helpful in doing some of the calculations. How can I acknowledge Numbat? My current plan is the following,
```
We thank the developer…
-
Hi Jared,
Thanks for providing deepsurv. I have a question about hyperparameter serach. I am not sure what is the benefit of using docker oputunity vs simply giving a list of parameters options in t…
-
### Issue: Add WebAssembly Support for Numerical C++ Code in Bokeh
**Objective:**
Implement a library of numerical functions using WebAssembly (WASM) to be integrated into the Bokeh client side.…
-
Working on [AxisAlgorithms](https://github.com/timholy/AxisAlgorithms.jl) led me to wonder if we might benefit from yet more fancy iterators. Let's consider writing a matrix-multiplication algorithm t…
-
This really needs preconditioning, matrices in our field are usually diagonally dominant. This means that preconditioning is hugely helpful as it decreases the total spectral radius that needs to be e…
-
This ticket provides a first toy implementation of the Matrix-F5 algorithm to compute Gröbner bases.
Many variants of this algorithm are available:
* The classical one (see https://hal.inria.fr/hal…