source: git/factory/factory.dox @ 8d1432e

spielwiese
Last change on this file since 8d1432e was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 1.1 KB
Line 
1/*!
2
3 \page factory_page Multivariate polynomial factorization (factory)
4
5 Factory is a C++ class library that implements a recursive representation
6 of multivariate polynomial data.
7
8 Factory handles sparse multivariate polynomials over different
9 coefficient domains, such as Z, Q and GF(q), as well as algebraic
10 extensions over Q and GF(q) in an efficient way.  Factory includes
11 algorithms for computing univariate and multivariate gcds, resultants,
12 chinese remainders, algorithms to factorize multivariate polynomials,
13 univariate polynomials over alg. function fields, and to compute the
14 absolute factorization of multivariate polynomials with integer coefficients.
15
16 The interface to the polynomial system of Factory is provided by a single
17 class `\ref CanonicalForm' which can deal with elements of the coefficient
18 domain as well as polynomials.
19
20 For details see:
21 <A HREF="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/doc/factory.ps.gz">Factory Developer's manual</A>
22
23 \note For more information on how to configure, install and add new code to
24 factory, see README:
25 \verbinclude factory/README
26*/
Note: See TracBrowser for help on using the repository browser.