GF2 Gaussian elimination

This commit is contained in:
2026-01-16 19:27:16 +01:00
parent a45f29178a
commit f5d33ee418
4 changed files with 135 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ library
Factorization
ModularSquareRoot
ModularArithmeticUtils
LinearAlgebra.GF2
other-modules:
Primes.FermatPrimeTest
Primes.MillerRabin
@@ -56,6 +57,8 @@ test-suite haskell-math-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
other-modules:
GF2test
build-depends:
base ^>=4.18.2.1,
haskell-math