Ignore:
Timestamp:
Apr 27, 2011, 3:09:38 AM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
f70f641abd84405ed069738ba8c3597d64be24dc
Parents:
6c084af83f830337d6cc5d88e05a66c74d9350f8
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-27 03:09:38+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:29+01:00
Message:
ADD: first poly-tests (Sum Up integers 0..N)
ADD: GlobalFixup made common and is able to redirect clog
FIX: related minor fixes
File:
1 edited

Legend:

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

    r6c084af rb27c052  
    220220number    p_GetAllDenom(poly ph, const ring r);
    221221
    222 int       pSize( poly p, const ring r );
     222int       p_Size( poly p, const ring r );
    223223
    224224// homogenizes p by multiplying certain powers of the varnum-th variable
     
    17851785poly      p_Divide(poly a, poly b, const ring r);
    17861786poly      p_DivideM(poly a, poly b, const ring r);
     1787poly      p_Div_nn(poly p, const number n, const ring r);
    17871788void      p_Lcm(poly a, poly b, poly m, const ring r);
    17881789poly      p_Diff(poly a, int k, const ring r);
Note: See TracChangeset for help on using the changeset viewer.