Ignore:
Timestamp:
Mar 16, 2012, 8:22:15 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7fee87629a807b6be566a7757b3b60f36c22d651
Parents:
cd9796d49b820bd9ecc81b49dc04073e0bbf6012
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-16 20:22:15+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-16 21:36:33+01:00
Message:
fixed short/long output of coeffs depending on ShortOut/CanShortOut options of rings

Note: the ugly ShortOut correction p_String0Short/p_String0Long is due to Hans
File:
1 edited

Legend:

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

    rcd9796 rce1f78  
    379379 *
    380380 ***************************************************************/
     381/// print p according to ShortOut in lmRing & tailRing
     382char*     p_String0(poly p, ring lmRing, ring tailRing);
    381383char*     p_String(poly p, ring lmRing, ring tailRing);
    382 char*     p_String0(poly p, ring lmRing, ring tailRing);
    383384void      p_Write(poly p, ring lmRing, ring tailRing);
    384385void      p_Write0(poly p, ring lmRing, ring tailRing);
    385386void      p_wrp(poly p, ring lmRing, ring tailRing);
     387
     388/// print p in a short way, if possible
     389char* p_String0Short(const poly p, ring lmRing, ring tailRing);
     390
     391/// print p in a long way
     392char* p_String0Long(const poly p, ring lmRing, ring tailRing);
     393
    386394
    387395/***************************************************************
Note: See TracChangeset for help on using the changeset viewer.