factor-1.5: Factoring integers and polynomials
Safe HaskellSafe-Inferred
LanguageHaskell2010

Factor.Nfs

Description

 

Documentation

type Row = [Bool] Source #

formRow :: Zx -> Integer -> [Prime] -> [Ideal] -> [Ideal] -> Nfzw -> Row Source #

algebraicRow :: Zx -> [Ideal] -> [Ideal] -> Nfzw -> Row Source #

oddPower :: Eq a => [(a, Integer)] -> a -> ([(a, Integer)], Bool) Source #