My Project
fac_multivar.h
Go to the documentation of this file.
1/* emacs edit mode for this file is -*- C++ -*- */
2/* $Id: fac_multivar.h 12231 2009-11-02 10:12:22Z hannes $ */
3
4#ifndef INCL_FAC_MULTIVAR_H
5#define INCL_FAC_MULTIVAR_H
6
7#include <config.h>
8
9#include "canonicalform.h"
10
11CFFList ZFactorizeMultivariate ( const CanonicalForm & f, bool issqrfree );
12
13#endif /* ! INCL_FAC_MULTIVAR_H */
Header for factory's main class CanonicalForm.
FILE * f
Definition: checklibs.c:9
factory's main class
Definition: canonicalform.h:86
CFFList ZFactorizeMultivariate(const CanonicalForm &f, bool issqrfree)