Changeset 64f0ca in git for libpolys/polys/nc/sca.h


Ignore:
Timestamp:
Feb 22, 2012, 9:48:23 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
232bbd53fe67fd62379e6eb97d8195caeb29d405
Parents:
80ca3c62104a8ede71139b7dae3090f767870f7c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 21:48:23+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:08+01:00
Message:
proper hack for SCA

fix: SCA test + initialization
fix: GB over a SCA
add: "ring-dependent" wrapper of kNF (for SCA test)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/sca.h

    r80ca3c r64f0ca  
    5555// return x_i * pPoly; preserve pPoly.
    5656poly sca_pp_Mult_xi_pp(unsigned int i, const poly pPoly, const ring rRing);
    57 
    58 // set pProcs for r and the variable p_Procs
    59 // should be used by nc_p_ProcsSet in "gring.h"
    60 void sca_p_ProcsSet(ring rGR, p_Procs_s* p_Procs);
    6157
    6258//////////////////////////////////////////////////////////////////////////////////////
     
    156152#ifdef PLURAL_INTERNAL_DECLARATIONS
    157153
     154// set pProcs for r and the variable p_Procs
     155// should be used by nc_p_ProcsSet in "gring.h"
     156void sca_p_ProcsSet(ring rGR, p_Procs_s* p_Procs);
     157
    158158// should be used only inside nc_SetupQuotient!
    159159// Check whether this our case:
     
    179179// #define scaFirstAltVar(R) 0
    180180// #define scaLastAltVar(R) 0
    181 #endif
     181#endif // HAVE_PLURAL
     182
    182183#endif // #ifndef SCA_H
Note: See TracChangeset for help on using the changeset viewer.