libpolys
polys
operations
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
13
#include <
polys/monomials/p_polys.h
>
14
#include <
polys/monomials/ring.h
>
15
16
pShallowCopyDeleteProc
pGetShallowCopyDeleteProc
(ring source_r, ring dest_r);
17
18
#endif // PSHALLOWCOPYDELETE_H
pGetShallowCopyDeleteProc
pShallowCopyDeleteProc pGetShallowCopyDeleteProc(ring source_r, ring dest_r)
Definition:
pShallowCopyDelete.cc:50
p_polys.h
ring.h
pShallowCopyDeleteProc
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:52
Generated on Wed Oct 4 2017 13:27:11 by
doxygen 1.8.13
for
Singular UNKNOWN_GIT_VERSION