fjames86 / fpoly

Manipulate dense multivariate polynomials
0 stars 0 forks source link

matrix operations modulo prime #29

Closed fjames86 closed 11 years ago

fjames86 commented 11 years ago

probably better to have separate functions which do lu-decompose / echelon modulo primes rather than checking at run time whether we are using this feature. just split into echelon and echelon-mod or something similar.

fjames86 commented 11 years ago

done