source: git/factory/facAbsFact.h @ b79b58

spielwiese
Last change on this file since b79b58 was 160ec6, checked in by Martin Lee <martinlee84@…>, 11 years ago
chg: changes to output and documentation
  • Property mode set to 100644
File size: 654 bytes
Line 
1/*****************************************************************************\
2 * Computer Algebra System SINGULAR
3\*****************************************************************************/
4/** @file facAbsFact.h
5 *
6 * bivariate absolute factorization over Q described in "Modular Las Vegas
7 * Algorithms for Polynomial Absolute Factorization" by Bertone, ChÚze, Galligo
8 *
9 * @author Martin Lee
10 *
11 **/
12/*****************************************************************************/
13
14#ifndef FAC_ABS_FACT_H
15#define FAC_ABS_FACT_H
16
17#include "canonicalform.h"
18
19/*BEGINPUBLIC*/
20
21CFFList absFactorize (const CanonicalForm& F);
22
23/*ENDPUBLIC*/
24
25#endif
Note: See TracBrowser for help on using the repository browser.