rings icon indicating copy to clipboard operation
rings copied to clipboard

Rings: efficient JVM library for polynomial rings

Results 14 rings issues
Sort by recently updated
recently updated
newest added

First of all: I am a very grateful user of this great library. Thank you for creating it! I encountered a problem: Factoring the polynomial x^70+1 is extremely slow (25...

Hi, I would like to just file a problem about `rings.repl`. Currently, it fails to start: ```bash $ rings.repl OpenJDK 64-Bit Server VM warning: Option AggressiveOpts was deprecated in version...

Trying to factor a multivariate polynomial in `GF2[x1,x2,x3,x4]/[x1+x1^2,...]` but getting the error "Only monic polynomials allowed" I'm using the poly `(x1 + x2 + x3)*(x2 + x4)*(x1 + x4)` as...

Hi, I have encountered another freeze with polynomial factorization, but this time I'm wondering if this is a problem in Rings or maybe some issue on my environment... The following...

Not sure if you support special routines for cyclotomic polynomials? Compared to JAS library this example seems to be slower (not done a real benchmark, so may be I'm wrong)?...

Rare test failure: `MultivariateResultantsTest.testZippel3_random_sparse_vars:276` https://circleci.com/api/v1.1/project/github/PoslavskySV/rings/454/output/104/0?file=true

https://circleci.com/gh/PoslavskySV/rings/447

(to avoid many gcd calculations in some cases)

enhancement
performance

It is very simple and much faster then the current test in Z.

enhancement
performance