Changeset fc2746 in git for libpolys/coeffs/coeffWrite
- Timestamp:
- Mar 5, 2012, 5:24:33 PM (11 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- de0a2a63707154c996bdb17673b41439c4a047f6
- Parents:
- 9e26458fea6f12f6acae94134fb3c4bc0178ecd7
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 17:24:33+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 17:42:52+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/coeffWrite
r9e26458 rfc2746 66 66 if (r->minideal!=NULL) 67 67 { 68 if (r==currRing) iiWriteMatrix((matrix)r->minideal,"// minpolys",1, 0);68 if (r==currRing) iiWriteMatrix((matrix)r->minideal,"// minpolys",1,r,0); 69 69 else PrintS("// minpolys=..."); 70 70 PrintLn();
Note: See TracChangeset
for help on using the changeset viewer.