My Project
cf_binom.h
Go to the documentation of this file.
1 /* emacs edit mode for this file is -*- C++ -*- */
2 /* $Id: cf_binom.h 12231 2009-11-02 10:12:22Z hannes $ */
3 
4 #ifndef INCL_CF_BINOM_H
5 #define INCL_CF_BINOM_H
6 
7 #include <config.h>
8 
9 #include "canonicalform.h"
10 
11 void initPT();
12 
13 void resetFPT();
14 
15 /*BEGINPUBLIC*/
16 
18 
19 /*ENDPUBLIC*/
20 
21 #endif /* ! INCL_CF_BINOM_H */
Header for factory's main class CanonicalForm.
void initPT()
void resetFPT()
CanonicalForm binomialpower(const Variable &, const CanonicalForm &, int)
factory's main class
Definition: canonicalform.h:86
factory's class for variables
Definition: factory.h:127