Ritt-Wu-0.1.0.0
Polynomial.Wu
newtype PS t ord Source #
Constructors
Defined in Polynomial.Wu
Methods
(==) :: PS t ord -> PS t ord -> Bool #
(/=) :: PS t ord -> PS t ord -> Bool #
showsPrec :: Int -> PS t ord -> ShowS #
show :: PS t ord -> String #
showList :: [PS t ord] -> ShowS #
Associated Types
type Rep (PS t ord) :: Type -> Type #
from :: PS t ord -> Rep (PS t ord) x #
to :: Rep (PS t ord) x -> PS t ord #
rnf :: PS t ord -> () #
psBsUParP :: (NFData t, Num t, Eq t) => PS t Revlex -> PS t Revlex -> PS t Revlex Source #
psBsUParS :: (NFData t, Fractional t, Num t, Eq t, Ord t) => PS t Revlex -> PS t Revlex -> PS t Revlex Source #
charSetMSP :: (NFData t, Fractional t, Ord t, Eq t, Num t) => PS t Revlex -> PS t Revlex Source #
charSetMPS :: (NFData t, Eq t, Num t) => PS t Revlex -> PS t Revlex Source #
t :: k -> [Int] -> Term k ord Source #
tp :: k -> [Int] -> [Int] -> Term k ord Source #
parps :: NFData t => [Poly t ord] -> PS t ord Source #