-
**Lots** of stuff has changed in Singular 4.
This is a big update.
Build system completely changed, and a lot of internal stuff.
Original upstream tarball at `www.mathematik.uni-kl.de/ftp/pub/Math…
-
- [x] Replace broadcasting with MovementOps.EXPAND
- [ ] Add Div to mlops
- [x] Add conv support for padding and dilation
- [x] Consider if we can add something to combine transpose and weight grad…
-
### 🐛 Describe the bug
`eigvals` will crash with `inf`
```py
import torch
inf = float('inf')
b = torch.tensor([[inf, -inf], [inf, -inf]])
torch.linalg.eigvals(b )
```
```
Intel MKL ERRO…
-
It requires a mixed use of floating point numbers and Tropical numbers:
MMAP : computing the most likely assignment to the query variables, $X_M \subset X'$ after marginalizing out the remaining …
-
Hi firedrakers!
# Description
I have been working on a primal hybrid formulation. You can understand it as a primal version of HDG (I think that formulation details are not required, so I will s…
-
We implement "functorial composition" of symmetric functions, an operation that comes from combinatorial species.
Depends on #34413
Depends on #34473
CC: @tscrim
Component: **combinatorics**
Ke…
-
When bundling a JS module Deno will format number written in scientific forms in their full form.
```
// for example:
Algebra(2, 0, 1, ()=>!(1e0 + 1e1 + 1e2))
// results in:
Algebra(2, 0, 1, ()…
-
At [sage-devel](http://groups.google.com/group/sage-devel/browse_thread/thread/d885434ba9c22d66), Jeroen reported a massive regression in elliptic curve computations. The regression was introduced i…
-
### 🐛 Describe the bug
I’ve tested running singular value decomposition on a large random matrix on both mps and cpu. I used the frobenius norm of the original matrix subtracted from the matrix ass…
-
If one uses the method `stereographic_coordinates` to initialize steographic coordinates (instead of as via the constructor argument), then there are some inconsistencies.
For example,
```
sage: …