Ignore:
Timestamp:
Mar 22, 2011, 10:21:59 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ba0fc3d4dcb089fc5523e7af222a8f52d7cb44b8
Parents:
47a8626627fa6ec583d0e0d8c844f3fdce6e2930
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-03-22 10:21:59+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:08+01:00
Message:
- fixed weights.h
- moved Jet routines to p_polys.cc
File:
1 edited

Legend:

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

    r47a8626 rf550e86  
    226226void p_ShallowDelete(poly *p, const ring r);
    227227
    228  
     228
    229229
    230230/***************************************************************
     
    13161316  return np;
    13171317}
    1318 // set all exponents l..k to 0, assume exp. k+1..n and 1..l-1 are in 
     1318// set all exponents l..k to 0, assume exp. k+1..n and 1..l-1 are in
    13191319// different blocks
    13201320// set coeff to 1
     
    18171817void p_SetModDeg(intvec *w, ring r);
    18181818
     1819/*------------ Jet ----------------------------------*/
     1820poly pp_Jet(poly p, int m, const ring R);
     1821poly p_Jet(poly p, int m,const ring R);
     1822poly pp_JetW(poly p, int m, short *w, const ring R);
     1823poly p_JetW(poly p, int m, short *w, const ring R);
    18191824
    18201825
Note: See TracChangeset for help on using the changeset viewer.