-
Some possible enhancements in the material treatement in dassh have been identified:
- Material properties may be specified by the user in a CSV table. The first column of the file must contain te…
-
An exercise on polynomial has been added so you can practice. It is available [here](https://github.com/QuantStack/cpp_dauphine/tree/master/exercises/polynomial). As usual, you can get it with
```bas…
-
**Is your feature request related to a problem? Please describe.**
```
# PROBLEM: elements in quotient of a PBW ring are not reduced
using Oscar;
QQxy, (x,y) = polynomial_ring(QQ, ["x","y"])…
-
### Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
### Is your feature request related to a problem?
_No response_
### Describe the feature you'…
-
If `polynomial_degree * scalar_prime < 2^64` it should be safe to use e.g. a `u64` instead of a `BigUint`
-
See also https://github.com/OpenDreamKit/MitM-Sage/blob/master/sage/Sage%20polynomials.ipynb
@nthiery Does the following make sense for importing/exporting polynomials?
## Polynomial Rings
##…
-
I would like to discuss your thoughts and possibilities to add more support for complex-valued variables to the polynomials. This was already partially mentioned in #11 (conjugation). In #116, it was …
-
Currently Cryptol has built-in polynomial arithmetic functions like pmult, pmod, and pdiv. However, pmult is restricted to polynomials with Bit coefficients. It would nice if Cryptol supported _optimi…
-
When the array of coefficients is a masked array, the polynomial classes such as `np.polynomial.Polynomial` and `np.polynomial.Hermite` silently discard the mask.
For example,
```
In [2]: np.__ve…
-
## Summary
I optimized an inputset for a circuit, such that the values inside the inputset are maximized with respect to the circuit. Compiling the circuit for the CPU works fine, but when compilin…