Ignore:
Timestamp:
Oct 11, 2011, 7:22:48 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3c56d88ff43b9f485d15dbe25b01664e8e072f04
Parents:
5f4015a4722191e67435fb8503aa693c23375458
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-10-11 19:22:48+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:59+01:00
Message:
ADD: detailed printing vs typing for coeff. domains (mostly - minpoly related)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    r5f4015a r03f7b5  
    118118int      ntSize(number a, const coeffs cf);
    119119void     ntDelete(number * a, const coeffs cf);
    120 void     ntCoeffWrite(const coeffs cf);
     120void     ntCoeffWrite(const coeffs cf, BOOLEAN details);
    121121number   ntIntDiv(number a, number b, const coeffs cf);
    122122const char * ntRead(const char *s, number *a, const coeffs cf);
     
    377377}
    378378
    379 void ntCoeffWrite(const coeffs cf)
     379void ntCoeffWrite(const coeffs cf, BOOLEAN details)
    380380{
    381381  assume( cf != NULL );
     
    386386  assume( A->cf != NULL );
    387387
    388   n_CoeffWrite(A->cf);
     388  n_CoeffWrite(A->cf, details);
    389389
    390390//  rWrite(A);
     
    401401
    402402  PrintS("\n//   minpoly        : 0\n");
    403 
    404403
    405404/*
Note: See TracChangeset for help on using the changeset viewer.