source: git/factory/fac_multivar.h @ aba90e8

spielwiese
Last change on this file since aba90e8 was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 273 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2
3#ifndef INCL_FAC_MULTIVAR_H
4#define INCL_FAC_MULTIVAR_H
5
6// #include "config.h"
7
8#include "canonicalform.h"
9
10CFFList ZFactorizeMultivariate ( const CanonicalForm & f, bool issqrfree );
11
12#endif /* ! INCL_FAC_MULTIVAR_H */
Note: See TracBrowser for help on using the repository browser.