fjames86 / fpoly

Manipulate dense multivariate polynomials
0 stars 0 forks source link

choose-bindings / solve-system #24

Closed fjames86 closed 11 years ago

fjames86 commented 11 years ago

if we have to solve several matrices modulo n primes, and solve-matrix fails on the m-th prime, then we have to go right back to the start, instead of trying to solve that matrix again. Is a simple thing to do but would save a great deal of repeated effort.

fjames86 commented 11 years ago

done