source: git/factory/sm_util.h @ e558c41

fieker-DuValspielwiese
Last change on this file since e558c41 was 341696, checked in by Hans Schönemann <hannes@…>, 15 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 874 bytes
RevLine 
[9e3c33]1/* emacs edit mode for this file is -*- C++ -*- */
[341696]2/* $Id$ */
[9e3c33]3
4#ifndef INCL_SM_UTIL_H
5#define INCL_SM_UTIL_H
6
[1162cb]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//}}}
[9e3c33]14
15#include <config.h>
16
17#include "canonicalform.h"
18#include "cf_reval.h"
[71da5e]19#include "ftmpl_array.h"
[9e3c33]20
[dc092fa]21typedef Array<REvaluation> REArray;
[1162cb]22
[9e3c33]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
[1162cb]29CanonicalForm dinterpol( int d, const CanonicalForm & gi, const CFArray & zwischen, const REvaluation & alpha, int s, const CFArray & beta, int ni, int CHAR );
[9e3c33]30
[1162cb]31CanonicalForm sinterpol( const CanonicalForm & gi, const REArray & xi, CanonicalForm* zwischen, int n );
[9e3c33]32
33#endif /* ! INCL_SM_UTIL_H */
Note: See TracBrowser for help on using the repository browser.