Skip to content
malex984 edited this page Jul 11, 2011 · 102 revisions

Ideas for Singular on top of libpolys:

  1. make script
  2. eliminate mod2.h (replace by aux...h)
  3. try compiling a .cc with all the header #includes inside!

Ideas for improving libpolys:

  • we have a lot of easy to-get-get-rid-of-warnings (in compile time): eliminate them.

  • no n_InpAdd/n_InpDiv: only n_InpMult!

  • Moreover we have 3 (!) variants of division WITHOUT ANY DESCRIPTIONS!!!:

    1. number n_Div(number a, number b, const coeffs r)
    2. number n_IntDiv(number a, number b, const coeffs r)
    3. number n_ExactDiv(number a, number b, const coeffs r)
  • Writing/reading/conversion-to-string OF polynomials/numbers is very inconsistent and misleading!

  • number output (n_Write) MUST NOT change a number!

  • Only n_Test(NUMBER, COEFFS): no way to test a domain consistency... same for polys/rings?

Clone this wiki locally