singular-factory-0.1: Multivariate polynomial factorization via bindings to Singular-factory

Safe HaskellNone
LanguageHaskell2010

Math.Singular.Factory

Contents

Description

Haskell bindings to the Singular-Factory multivariate polynomial factorization engine.

Singular is a computer algebra system developed at the University of Kaiserslautern, and Factory is the polynomial factorization engine of Singular.

It handles multivariate polynomials over the integers, rationals, and finite fields (and also algebraic and trancendental extensions of these, but those are not yet supported).

Links:

Synopsis

Initialization

initialize :: IO () Source #

You are supposed to call initialize before doing anything (though factorization over characteristic zeros should work without it)

Configuration

printVersion :: IO () Source #

Prints factory's version

printConfig :: IO () Source #

Prints some more detailed configuration info

Re-exported modules