source: git/factory/facAbsFact.h @ 5275c0

spielwiese
Last change on this file since 5275c0 was 5275c0, checked in by Martin Lee <martinlee84@…>, 11 years ago
chg: renamed fac_absfact.* to facAbsFact.*
  • Property mode set to 100644
File size: 653 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
21CFList absFactorize (const CanonicalForm& F);
22
23/*ENDPUBLIC*/
24
25#endif
Note: See TracBrowser for help on using the repository browser.