source: git/Singular/pShallowCopyDelete.h @ 233e4c

spielwiese
Last change on this file since 233e4c was 233e4c, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* towards tailRing in std computations git-svn-id: file:///usr/local/Singular/svn/trunk@4659 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 779 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 2000-10-23 16:32:27 obachman Exp $
10 *******************************************************************/
11
12// returns a poly from dest_r which is a ShallowCopy of s_p from source_r
13typedef poly (*pShallowCopyDeleteProc)(poly s_p, ring source_r, ring dest_r, 
14                                       omBin dest_bin);
15pShallowCopyDeleteProc pGetShallowCopyDeleteProc(ring source_r, ring dest_r);
16
Note: See TracBrowser for help on using the repository browser.