Tommy Hofmann

Results 702 comments of Tommy Hofmann

I think those functions were added by @JohnAAbbott. Is there a reference?

I have a warner at https://github.com/thofma/Hecke.jl, see https://docs.hecke.thofma.com/v0.35.9/. But it stopped working after I updated DV and I am not sure I fixed it yet.

I agree with @joschmitt, that this is not a bug, but it is just slow. But I think the strategy of the algorithm is just wrong. We should probably always...

Is removing `Wrap` from the type names also on the table?

We also have ``` abstract type LaurentPolyRing{T}

Whatever will be changed, it should be checked to not break all of the working examples of the version picker with custom domains, e.g., https://lux.csail.mit.edu/stable/ or https://docs.hecke.thofma.com/stable/.

Do these concepts actually make sense for discs? They cannot be used as drop-in replacements for floating point arithmetic (three-valued logic etc).

`ldexp` we have. For other operations, we need precise rigorous mathematical definition. There is radius exponent, mantissa exponent etc. What is `exponent` supposed to be mathematically? Also what is `frexp`...

Just for clarification. The implementation is for ideals in polynomials rings $R[x_1,\dotsc,x_n]$, where $R$ is a Euclidean domain, although there are some details in the implementation, which makes it only...