Changeset f19aa6 in git


Ignore:
Timestamp:
Dec 8, 2014, 1:04:45 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
5ec3a5f03019fc859ebafef214f814bd0531e8f8
Parents:
12e275d84e2be0f90130dd2c323ad7733f0cc304
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-08 13:04:45+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-15 18:49:41+01:00
Message:
Note that n_CoeffRingQuot1 should replace numbercoeffs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/bigintmat.cc

    r12e275 rf19aa6  
    1919
    2020///create Z/nA of type n_Zn
    21 static coeffs numbercoeffs(number n, coeffs c)
     21static coeffs numbercoeffs(number n, coeffs c) // TODO: FIXME: replace with n_CoeffRingQuot1
    2222{
    2323  mpz_t p;
Note: See TracChangeset for help on using the changeset viewer.