-
This issue is part of my portion of the JOSS review, https://github.com/openjournals/joss-reviews/issues/5478
The current draft of the JOSS paper discusses POPPY and prysm (caveat: latter is my sof…
-
In the file "proof-systems/book/src/fundamentals/zkbook_commitment.md", the section of "Constructing polynomial commitment schemes", as in the following picture, it seems the value "b" is missed duri…
-
### scipy.signal.impinvar
With `scipy.signal.bilinear` I can
transform a set of poles and zeros from the analog s-plane to the digital z-plane using Tustin’s method, which substitutes fs*2*(z-…
-
Hello,
I am trying to install the pytorch_geometric on my computer which doesn't have GPU. When I try to run
`pip install torch-scatter==latest+cpu torch-sparse==latest+cpu -f https://s3.eu-central…
-
In many cases it is preferable to work with monic chebyshev polynomials, but there is currently no easy way to do so. This ticket adds an option (set to false by default) in the chebyshev method to …
-
Currently, they're always just commutative rings.
**Apply:**
1. [attachment: 9944-poly-cat.patch](https://github.com/sagemath/sage-prod/files/10650849/9944-poly-cat.patch.gz)
2. [attachment: trac-9…
-
Attempt 1
### EV progression
Early game team (and their evolutions):
Charmander **(med-slow exp growth)** (L:5)
Pikachu **(med-fast exp growth)** (Caught at L:3?)
Spearow **(med-fast ex…
-
This is a roadmap of all issues people consider important or of high priority across the whole of the Oscar system.
Names are attached to the issues currently being worked on. They are in no particul…
-
I've noticed that we handle optional things in a proof not super safely. For example, in `verify` for lookups we do:
```rust
let joint_combiner = if let Some(l) = &index.lookup_index {
// ...
…
-
The height of a dynamical system is currently calculated as the max of the heights of the coefficients, which is incorrect. To avoid writing a complicated formula, the correct height can be thought …