source: git/Singular/clapconv.h @ 577d19f

spielwiese
Last change on this file since 577d19f was 577d19f, checked in by Hans Schönemann <hannes@…>, 27 years ago
fixed assignment of lists, det(constants), comparision of intmats git-svn-id: file:///usr/local/Singular/svn/trunk@62 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 774 bytes
Line 
1// emacs edit mode for this file is -*- C++ -*-
2// $Id: clapconv.h,v 1.2 1997-03-21 13:18:55 Singular Exp $
3
4#ifndef INCL_SINGCONV_H
5#define INCL_SINGCONV_H
6
7#include "mod2.h"
8#include "structs.h"
9#include "longalg.h"
10#include <singfactory.h>
11
12alg convClapPSingTr ( const CanonicalForm & f );
13CanonicalForm convSingTrClapP( alg p );
14
15poly convClapPSingP ( const CanonicalForm & f );
16CanonicalForm convSingPClapP( poly p );
17
18CanonicalForm convSingAPClapAP ( poly p , const Variable & a );
19poly convClapAPSingAP ( const CanonicalForm & f );
20
21CanonicalForm convSingAClapA ( alg p , const Variable & a );
22alg convClapASingA ( const CanonicalForm & f );
23
24CanonicalForm convSingTrPClapP ( poly p );
25poly convClapPSingTrP ( const CanonicalForm & f );
26
27#endif /* INCL_SINGCONV_H */
Note: See TracBrowser for help on using the repository browser.