source: git/factory/fac_absfact.h @ dea3d2

spielwiese
Last change on this file since dea3d2 was dea3d2, checked in by Martin Lee <martinlee84@…>, 11 years ago
add: rudimentary Bertone/Cheze/Galligo absolute factorization Conflicts: factory/GNUmakefile.in
  • Property mode set to 100644
File size: 623 bytes
Line 
1/*****************************************************************************\
2 * Computer Algebra System SINGULAR
3\*****************************************************************************/
4/** @file cfModResultant.h
5 *
6 * modular resultant algorithm as described by G.E. Collins in "The Calculation
7 * of multivariate polynomial resultants"
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.