source: git/factory/sm_util.h @ c4682e0

spielwiese
Last change on this file since c4682e0 was e4fe2b, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory
  • Property mode set to 100644
File size: 887 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2/* $Id$ */
3
4#ifndef INCL_SM_UTIL_H
5#define INCL_SM_UTIL_H
6
7//{{{ docu
8//
9// sm_util.h - header to sm_util.cc.
10//
11// Contributed by Marion Bruder <bruder@math.uni-sb.de>.
12//
13//}}}
14
15// #include "config.h"
16
17#include "canonicalform.h"
18#include "cf_reval.h"
19#include "templates/ftmpl_array.h"
20
21typedef Array<REvaluation> REArray;
22
23int countmonome( const CanonicalForm & f );
24
25CanonicalForm Leitkoeffizient( const CanonicalForm & f );
26
27void ChinesePoly( int arraylength, const CFArray & Polys, const CFArray & primes, CanonicalForm & result );
28
29CanonicalForm dinterpol( int d, const CanonicalForm & gi, const CFArray & zwischen, const REvaluation & alpha, int s, const CFArray & beta, int ni, int CHAR );
30
31CanonicalForm sinterpol( const CanonicalForm & gi, const REArray & xi, CanonicalForm* zwischen, int n );
32
33#endif /* ! INCL_SM_UTIL_H */
Note: See TracBrowser for help on using the repository browser.