Ignore:
Timestamp:
Jul 29, 2019, 11:36:09 PM (5 years ago)
Author:
Murray Heymann <heymann.murray@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
feed60bef09898f675e0f8605ed0ac0eaa8bed5a
Parents:
da1ec3de158a4f05384b9a83be86fc4c1942ec5fc1b9ababa50e8059dd847da0957f50aea901e6a8
Message:
Merge branch 'machine_learning' of github.com:MHeymann/Sources into machine_learning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/operations/p_Mult_q.h

    rda1ec3 r8d8fef  
    1919// Not thoroughly tested what is best
    2020#ifndef MIN_LENGTH_BUCKET
    21 #define MIN_LENGTH_BUCKET 10
     21#define MIN_LENGTH_BUCKET 25
    2222#endif
    2323
    24 // Use factroy if min(pLength(p), pLength(q)) >= MIN_LENGTH_FACTORY
    25 // Not thoroughly tested what is best
    26 #ifndef MIN_LENGTH_FACTORY
    27 #define MIN_LENGTH_FACTORY 1000
    28 #endif
    29 
    30 //  return TRUE and lp == pLength(p), lq == pLength(q),
    31 //              if min(pLength(p), pLength(q)) >= min
    32 //         FALSE if min(pLength(p), pLength(q)) < min
    33 //              and lp >= lq if pLength(p) >= pLength(lq)
    34 //                  lp < lq  if pLength(p) < pLength(q)
     24///  return TRUE and lp == pLength(p), lq == pLength(q),
     25///              if min(pLength(p), pLength(q)) >= min
     26///         FALSE if min(pLength(p), pLength(q)) < min
     27///              and lp >= lq if pLength(p) >= pLength(lq)
     28///                  lp < lq  if pLength(p) < pLength(q)
    3529BOOLEAN pqLength(poly p, poly q, int &lp, int &lq, const int min);
    3630
Note: See TracChangeset for help on using the changeset viewer.