source: git/factory/facAlgFunc.h @ c514f7

fieker-DuValspielwiese
Last change on this file since c514f7 was c514f7, checked in by Martin Lee <martinlee84@…>, 10 years ago
chg: moved helper functions from cfCharSets and facAlgFunc to respective Util files chg: better nomenclature, code format, include structure
  • Property mode set to 100644
File size: 960 bytes
Line 
1/*****************************************************************************\
2 * Computer Algebra System SINGULAR
3\*****************************************************************************/
4/** @file facAlgFunc.h
5 *
6 * Factorization over algebraic function fields
7 *
8 * @note some of the code is code from libfac or derived from code from libfac.
9 * Libfac is written by M. Messollen. See also COPYING for license information
10 * and README for general information on characteristic sets.
11 *
12 * @author Martin Lee
13 *
14 **/
15/*****************************************************************************/
16
17#ifndef FAC_ALG_FUNC_H
18#define FAC_ALG_FUNC_H
19
20#include "canonicalform.h"
21
22CanonicalForm alg_gcd(const CanonicalForm &, const CanonicalForm &, const CFList &);
23/*BEGINPUBLIC*/
24CFFList facAlgFunc2 (const CanonicalForm & f, const CFList & as);
25CFFList facAlgFunc (const CanonicalForm & f, const CFList & as);
26/*ENDPUBLIC*/
27
28#endif /* INCL_ALGFACTOR_H */
Note: See TracBrowser for help on using the repository browser.