Changeset 1b816a3 in git for polys/polys.h


Ignore:
Timestamp:
Jul 6, 2010, 2:35:39 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
a23b2107d8a272d2243292dc7d9703920aa2bd55
Parents:
208cd5146dbce262234140fd61a3065eb0660935
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-07-06 14:35:39+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:22+01:00
Message:
p_Divide, p_DivideM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • polys/polys.h

    r208cd5 r1b816a3  
    325325// ----------------- define to enable new p_procs -----*/
    326326
    327 poly      pDivide(poly a, poly b);
    328 poly      pDivideM(poly a, poly b);
     327poly      p_Divide(poly a, poly b, const ring r);
     328poly      p_DivideM(poly a, poly b, const ring r);
    329329void      pLcm(poly a, poly b, poly m);
    330330poly      pDiff(poly a, int k);
Note: See TracChangeset for help on using the changeset viewer.