source: git/factory/libfac/factor/Factor.h @ 4e654a2

spielwiese
Last change on this file since 4e654a2 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
7CanonicalForm generate_mipo( int degree_of_Extension , const Variable & Extension );
8CFFList Factorized( const CanonicalForm & F, const CanonicalForm & mipo, int Mainvar=0);
9/*BEGINPUBLIC*/
10CFFList Factorize( const CanonicalForm & F, int is_SqrFree=0 ) ;
11CFFList 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.