Changeset 793bd8 in git


Ignore:
Timestamp:
Feb 22, 2018, 3:31:38 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
29f43390c295b1e8d394eca969360b5fa9cbd508
Parents:
9c760f3f54df4275d8bad04ac6c424f499142361
Message:
add: p_InitContent (for kBucketSimpleContent)
Location:
libpolys/polys/monomials
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r9c760f3 r793bd8  
    22342234/* --------------------------------------------------------------------------------*/
    22352235/* content suff                                                                   */
    2236 static number p_InitContent(poly ph, const ring r);
     2236//number p_InitContent(poly ph, const ring r);
    22372237
    22382238void p_Content(poly ph, const ring r)
     
    25432543#endif
    25442544
    2545 static number p_InitContent(poly ph, const ring r)
     2545number p_InitContent(poly ph, const ring r)
    25462546// only for coefficients in Q and rational functions
    25472547#if 0
  • libpolys/polys/monomials/p_polys.h

    r9c760f3 r793bd8  
    213213// currently only used by Singular/janet
    214214void      p_SimpleContent(poly p, int s, const ring r);
     215number    p_InitContent(poly ph, const ring r);
    215216#endif
    216217
Note: See TracChangeset for help on using the changeset viewer.