Changeset 9b0e1a in git for factory


Ignore:
Timestamp:
Jun 10, 2014, 10:43:23 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
efa21a88ab2ee0eef412b1adb128c4f713fbd0a4
Parents:
daa036a6a0729f3be61906410e87bf1c23561ab8
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-10 22:43:23+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-10 23:29:34+02:00
Message:
Include text files into doxygen manual

chg: removed unnecessary C-style commenting
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/factory.dox

    rdaa036 r9b0e1a  
    11/*! \page factory_page Multivariate polynomial factorization (factory)
    2  *
    3  * Factory is a C++ class library that implements a recursive representation
    4  * of multivariate polynomial data.
    5  *
    6  * Factory handles sparse multivariate polynomials over different
    7  * coefficient domains, such as Z, Q and GF(q), as well as algebraic
    8  * extensions over Q and GF(q) in an efficient way.  Factory includes
    9  * algorithms for computing univariate and multivariate gcds, resultants,
    10  * chinese remainders, algorithms to factorize multivariate polynomials,
    11  * univariate polynomials over alg. function fields, and to compute the
    12  * absolute factorization of multivariate polynomials with integer coefficients.
    13  *
    14  * The interface to the polynomial system of Factory is provided by a single
    15  * class `\ref CanonicalForm' which can deal with elements of the coefficient
    16  * domain as well as polynomials.
    17  *
    18  * \note For more information on how to configure, install and add new code to
    19  * factory, see README.
    20  *
    21  */
     2
     3 Factory is a C++ class library that implements a recursive representation
     4 of multivariate polynomial data.
     5
     6 Factory handles sparse multivariate polynomials over different
     7 coefficient domains, such as Z, Q and GF(q), as well as algebraic
     8 extensions over Q and GF(q) in an efficient way.  Factory includes
     9 algorithms for computing univariate and multivariate gcds, resultants,
     10 chinese remainders, algorithms to factorize multivariate polynomials,
     11 univariate polynomials over alg. function fields, and to compute the
     12 absolute factorization of multivariate polynomials with integer coefficients.
     13
     14 The interface to the polynomial system of Factory is provided by a single
     15 class `\ref CanonicalForm' which can deal with elements of the coefficient
     16 domain as well as polynomials.
     17
     18 For details see:
     19 <A HREF="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/doc/factory.ps.gz">Factory Developer's manual</A>
     20
     21 \note For more information on how to configure, install and add new code to
     22 factory, see README.
     23 
     24 \verbinclude factory/README
     25 
     26*/
Note: See TracChangeset for help on using the changeset viewer.