Changeset f19aa6 in git for libpolys/coeffs/bigintmat.cc
- Timestamp:
- Dec 8, 2014, 1:04:45 PM (9 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/bigintmat.cc
r12e275 rf19aa6 19 19 20 20 ///create Z/nA of type n_Zn 21 static coeffs numbercoeffs(number n, coeffs c) 21 static coeffs numbercoeffs(number n, coeffs c) // TODO: FIXME: replace with n_CoeffRingQuot1 22 22 { 23 23 mpz_t p;
Note: See TracChangeset
for help on using the changeset viewer.