source: git/factory/facAbsFact.h @ ba5e9e

spielwiese
Last change on this file since ba5e9e was 4e76a6, checked in by Martin Lee <martinlee84@…>, 11 years ago
fix: includes and some typos
  • Property mode set to 100644
File size: 686 bytes
Line 
1/*****************************************************************************\
2 * Computer Algebra System SINGULAR
3\*****************************************************************************/
4/** @file facAbsFact.h
5 *
6 * absolute multivariate factorization over Q
7 *
8 * @author Martin Lee
9 *
10 **/
11/*****************************************************************************/
12
13#ifndef FAC_ABS_FACT_H
14#define FAC_ABS_FACT_H
15
16#include "facAbsBiFact.h"
17
18#ifdef HAVE_NTL
19CFAFList absFactorizeMain (const CanonicalForm& F);
20#endif
21
22/*BEGINPUBLIC*/
23#ifdef HAVE_NTL
24CFAFList absFactorize (const CanonicalForm& G ///<[in] poly over Q
25                      );
26#endif
27/*ENDPUBLIC*/
28
29
30#endif
Note: See TracBrowser for help on using the repository browser.