spielwiese
Last change
on this file since e2b6f5c was
e2b6f5c,
checked in by Hans Schoenemann <hannes@…>, 12 years ago
|
chg: removed Factorize2
|
-
Property mode set to
100644
|
File size:
615 bytes
|
Line | |
---|
1 | //////////////////////////////////////////////////////////// |
---|
2 | // emacs edit mode for this file is -*- C++ -*- |
---|
3 | // $Id$ |
---|
4 | /////////////////////////////////////////////////////////////////////////////// |
---|
5 | #ifndef FACTOR_H |
---|
6 | #define FACTOR_H |
---|
7 | CanonicalForm generate_mipo( int degree_of_Extension , const Variable & Extension ); |
---|
8 | CFFList Factorized( const CanonicalForm & F, const CanonicalForm & mipo, int Mainvar=0); |
---|
9 | /*BEGINPUBLIC*/ |
---|
10 | CFFList Factorize( const CanonicalForm & F, int is_SqrFree=0 ) ; |
---|
11 | CFFList Factorize( const CanonicalForm & F, const CanonicalForm & mi, int is_SqrFree=0 ) ; |
---|
12 | /*ENDPUBLIC*/ |
---|
13 | |
---|
14 | #endif /* FACTOR_H */ |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.