source: git/factory/facAbsFact.h @ 102a88e

fieker-DuValspielwiese
Last change on this file since 102a88e 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
RevLine 
[dea3d2]1/*****************************************************************************\
2 * Computer Algebra System SINGULAR
3\*****************************************************************************/
[058c1d]4/** @file facAbsFact.h
[dea3d2]5 *
[058c1d]6 * bivariate absolute factorization over Q described in "Modular Las Vegas
7 * Algorithms for Polynomial Absolute Factorization" by Bertone, ChÚze, Galligo
[dea3d2]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
[160ec6]21CFFList absFactorize (const CanonicalForm& F);
[dea3d2]22
23/*ENDPUBLIC*/
24
25#endif
Note: See TracBrowser for help on using the repository browser.