My Project
Macros
prCopyMacros.h File Reference

Go to the source code of this file.

Macros

#define PR_DELETE_MONOM(src, r_src)   do {} while (0)
 
#define PR_INIT_EVECTOR_COPY(r_src, r_dest)   int _min = si_min(r_dest->N, r_src->N)
 
#define PR_CPY_EVECTOR(dest, dest_r, src, src_r)    prCopyEvector(dest, dest_r, src, src_r, _min)
 
#define PR_ALLOC_MONOM(r)   p_Init(r)
 
#define PR_NCOPY(n, r)   n_Copy(n,r->cf)
 
#define PR_NDELETE(n, r)   n_Delete(n,r->cf)
 
#define PR_NUMBER_SIMPLE_NAME   NoNSimple
 
#define PR_SORT_POLY(p, d_r, s_r)   p = p_SortMerge(p, d_r, d_r->OrdSgn == s_r->OrdSgn)
 

Macro Definition Documentation

◆ PR_ALLOC_MONOM

#define PR_ALLOC_MONOM (   r)    p_Init(r)

Definition at line 30 of file prCopyMacros.h.

◆ PR_CPY_EVECTOR

#define PR_CPY_EVECTOR (   dest,
  dest_r,
  src,
  src_r 
)     prCopyEvector(dest, dest_r, src, src_r, _min)

Definition at line 28 of file prCopyMacros.h.

◆ PR_DELETE_MONOM

#define PR_DELETE_MONOM (   src,
  r_src 
)    do {} while (0)

Definition at line 11 of file prCopyMacros.h.

◆ PR_INIT_EVECTOR_COPY

#define PR_INIT_EVECTOR_COPY (   r_src,
  r_dest 
)    int _min = si_min(r_dest->N, r_src->N)

Definition at line 27 of file prCopyMacros.h.

◆ PR_NCOPY

#define PR_NCOPY (   n,
 
)    n_Copy(n,r->cf)

Definition at line 41 of file prCopyMacros.h.

◆ PR_NDELETE

#define PR_NDELETE (   n,
 
)    n_Delete(n,r->cf)

Definition at line 42 of file prCopyMacros.h.

◆ PR_NUMBER_SIMPLE_NAME

#define PR_NUMBER_SIMPLE_NAME   NoNSimple

Definition at line 43 of file prCopyMacros.h.

◆ PR_SORT_POLY

#define PR_SORT_POLY (   p,
  d_r,
  s_r 
)    p = p_SortMerge(p, d_r, d_r->OrdSgn == s_r->OrdSgn)

Definition at line 50 of file prCopyMacros.h.