Changeset e90982 in git


Ignore:
Timestamp:
May 2, 2017, 2:36:45 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
089afd69be9e5ad7315e9f6f6e97f7a299696fd6
Parents:
31469ccec0338319249ca1e80c33ad9c6d25bbd8
Message:
static inline: chin_mul_inv
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_chinese.cc

    r31469c re90982  
    249249
    250250// returns x where (a * x) % b == 1, inv is a cache
    251 static CanonicalForm chin_mul_inv(CanonicalForm a, CanonicalForm b, int ind, CFArray &inv)
     251static inline CanonicalForm chin_mul_inv(CanonicalForm a, CanonicalForm b, int ind, CFArray &inv)
    252252{
    253253  if (inv[ind].isZero())
Note: See TracChangeset for help on using the changeset viewer.