source: git/kernel/pShallowCopyDelete.h @ 57bfa2

spielwiese
Last change on this file since 57bfa2 was 35aab3, checked in by Hans Schönemann <hannes@…>, 20 years ago
This commit was generated by cvs2svn to compensate for changes in r6879, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@6880 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 856 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    pShallowCopyDelete.cc
6 *  Purpose: implementation of pShallowCopyDelete routines
7 *  Author:  obachman (Olaf Bachmann)
8 *  Created: 8/00
9 *  Version: $Id: pShallowCopyDelete.h,v 1.1.1.1 2003-10-06 12:15:58 Singular Exp $
10 *******************************************************************/
11
12// returns a poly from dest_r which is a ShallowCopy of s_p from source_r
13// assumes that source_r->N == dest_r->N and that orderings are the same
14typedef poly (*pShallowCopyDeleteProc)(poly s_p, ring source_r, ring dest_r, 
15                                       omBin dest_bin);
16pShallowCopyDeleteProc pGetShallowCopyDeleteProc(ring source_r, ring dest_r);
17
Note: See TracBrowser for help on using the repository browser.