source: git/polys/operations/pShallowCopyDelete.h @ 879cc3c

spielwiese
Last change on this file since 879cc3c was 879cc3c, checked in by Mohamed Barakat <mohamed.barakat@…>, 14 years ago
monmials: . data structures, allocation/deallocation, comparing monomials tests for monomials, Setm, Degree operations: . operations on polynomials as lists (e.g. length, Maps, Sort, ...) templates: . templates for inline procedures and code to generate them ext_fields: . quotient fields of polynomial rings and algebraic extensions
  • Property mode set to 100644
File size: 790 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$
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.