Changeset 4b5b36 in git for libpolys/coeffs/rintegers.cc


Ignore:
Timestamp:
Jul 9, 2018, 3:45:56 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
e5ddd4bbb0c30d53b6ebc1f1a4d963405f91c7f6
Parents:
113a802e445da6c564286206f2eb02f93a3167a3
Message:
add: ssi for poly over Z/n
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/rintegers.cc

    r113a80 r4b5b36  
    133133}
    134134
    135 static void nrzDelete(number *a, const coeffs)
     135void nrzDelete(number *a, const coeffs)
    136136{
    137137  if (*a != NULL)
     
    158158#endif
    159159
    160 static int nrzSize(number a, const coeffs)
     160int nrzSize(number a, const coeffs)
    161161{
    162162  mpz_ptr p=(mpz_ptr)a;
Note: See TracChangeset for help on using the changeset viewer.