Changeset 7fbd9a in git
- Timestamp:
- Feb 8, 2010, 12:48:42 PM (13 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- a72f08d59efd7d154e8d1260d05e0dcb2eda4da0
- Parents:
- 23d5271f853220ad707dd531a5e55c1e2344691c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r23d5271 r7fbd9a 6004 6004 If algorithm is present, it must be one of "Bareiss", "bareiss", 6005 6005 "Laplace", "laplace", "Cache", "cache". In the cases "Cache" and 6006 "cache" two more arguments are expected, determining how many entries6006 "cache" two more arguments may be given, determining how many entries 6007 6007 the cache may have at most, and how many cached monomials there are at 6008 6008 most. (Cached monomials are counted over all cached polynomials.) 6009 If these two additional arguments are not provided, 200 and 100000 6010 will be used as defaults. 6009 6011 */ 6010 6012 matrix m; … … 6142 6144 && (noCacheMinors || noCacheMonomials)) 6143 6145 { 6144 WerrorS("Expected two more int arguments after algorithm 'C/cache' .");6145 return TRUE;6146 cacheMinors = 200; 6147 cacheMonomials = 100000; 6146 6148 } 6147 6149
Note: See TracChangeset
for help on using the changeset viewer.