source: git/factory/libfac/factor/Factor.h @ 9f39e6

fieker-DuValspielwiese
Last change on this file since 9f39e6 was dccceb, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
moved libfac under factory/ CHG: moved libfac/ under factory/ Note: starting to merge libfac into factory (as a private library)
  • Property mode set to 100644
File size: 684 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 ) ;
12CFFList Factorize2(CanonicalForm F, const CanonicalForm & minpoly );
13/*ENDPUBLIC*/
14
15#endif /* FACTOR_H */
16
Note: See TracBrowser for help on using the repository browser.