Nemo.jl icon indicating copy to clipboard operation
Nemo.jl copied to clipboard

Julia bindings for various mathematical libraries (including flint2)

Results 96 Nemo.jl issues
Sort by recently updated
recently updated
newest added

I expected the following to work, treating 𝔽₈ as an 𝔽₂ vector space: ``` julia> R, x= ResidueRing(ZZ,2)["X"] (Univariate Polynomial Ring in X over Integers modulo 2, X) julia> F...

These are currently using generic code. Should be implemented in Flint first.

They currently use the generic code, but they should be implemented in Flint.

It's currently using generic code. Should be implemented in Flint.

It's currently using the generic code. Should be implemented in Flint.

This should be implemented in Flint first.

I think we currently just use binary splitting, which is inefficient.

This should be implemented in Flint first.

This seems to be implemented as a constructor in the nmod_mat case, though I am not sure it is tested well even in that case. It's also unclear if this...

I found some inconsistency in the API of Nemo. If we have the polynomial f(X) over some ring (QQ, ZZ, others), we can use only `factor` (no `roots` function). If...