Changeset 14a455 in git for Singular/MinorInterface.cc
- Timestamp:
- Jan 9, 2013, 12:27:34 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9234fbc7d06a2db6993e0fdb4ba27976c1ed5341
- Parents:
- 26e817f3b4db82c0b0a5376b16c2e9648ecf55e3
- git-author:
- Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-01-09 12:27:34+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-19 20:27:28+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/MinorInterface.cc
r26e817f r14a455 542 542 else 543 543 { /* k == 0, i.e., all minors are requested */ 544 intminorCount = 1;544 long minorCount = 1; 545 545 for (int i = rowCount - minorSize + 1; i <= rowCount; i++) 546 546 minorCount = minorCount * i;
Note: See TracChangeset
for help on using the changeset viewer.