pShallowCopyDelete.h
Go to the documentation of this file.
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  *******************************************************************/
10 #ifndef PSHALLOWCOPYDELETE_H
11 #define PSHALLOWCOPYDELETE_H
12 
14 #include "polys/monomials/ring.h"
15 
16 pShallowCopyDeleteProc pGetShallowCopyDeleteProc(ring source_r, ring dest_r);
17 
18 #endif // PSHALLOWCOPYDELETE_H
pShallowCopyDeleteProc pGetShallowCopyDeleteProc(ring source_r, ring dest_r)
poly(* pShallowCopyDeleteProc)(poly s_p, ring source_r, ring dest_r, omBin dest_bin)
returns a poly from dest_r which is a ShallowCopy of s_p from source_r assumes that source_r->N == de...
Definition: ring.h:44