My Project
Loading...
Searching...
No Matches
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
11void initPT();
12
13void 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: variable.h:33