source: git/factory/libfac/factor/Factor.h @ 16055bd

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