source: git/Singular/algmap.h @ f6b5f0

spielwiese
Last change on this file since f6b5f0 was f6b5f0, checked in by Hans Schönemann <hannes@…>, 27 years ago
* hannes: change Log: and Header: to Id: git-svn-id: file:///usr/local/Singular/svn/trunk@73 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 311 bytes
Line 
1#ifndef ALGMAP_H
2#define ALGMAP_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6/*
7* ABSTRACT
8*/
9#include "structs.h"
10
11poly maAlgpolyFetch(ring R, poly preimage);
12poly maAlgpolyMap(ring R, poly preimage, ideal F, ideal G);
13
14#endif
Note: See TracBrowser for help on using the repository browser.