Copyright | (c) Masahiro Sakai 2012-2013 |
---|---|
License | BSD-style |
Maintainer | masahiro.sakai@gmail.com |
Stability | provisional |
Portability | non-portable (BangPatterns, ScopedTypeVariables) |
Safe Haskell | None |
Language | Haskell2010 |
Factoriation of integer-coefficient polynomial using Zassenhaus algorithm.
References:
Documentation
factor :: UPolynomial Integer -> [(UPolynomial Integer, Integer)] Source
zassenhaus :: UPolynomial Integer -> [UPolynomial Integer] Source