Changeset c86648 in git
- Timestamp:
- Jun 2, 2014, 8:44:58 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 5b9b879ab985a98e6adf94f6bc0937037a237375
- Parents:
- 6e4bb02f0a7a82f90f9ed86e463736bad0637b46
- git-author:
- Martin Lee <martinlee84@web.de>2014-06-02 20:44:58+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-06-04 11:54:58+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/README
r6e4bb0 rc86648 26 26 13. Remark on Characteristic Sets 27 27 14. Adding new code 28 15. Nomenclature 29 16. Limitations 28 30 29 31 1. What is Factory? … … 224 226 add, by '/*BEGINPUBLIC*/' and '/*ENDPUBLIC*/'. 225 227 228 15. Nomenclature 229 ================ 230 Factorization related functions are contained in files with the prefix 'fac'. 231 Functions operating on CanonicalForm's are contained in files with the prefix 232 'cf'. Functions operating on the internal structures of a CanonicalForm are 233 contained in files with the prefix 'int'. Exceptions are gfops.cc/.h, 234 ffops.cc/.h, imm.cc/.h as they use intrinsic data types. 235 236 16. Limitations 237 =============== 238 The largest characteristic of a finite field is limited to 536870909. The 239 number of elements of a finite fields represented by Conway polynomials has to 240 be < 2^16 (see gfops.cc). 241
Note: See TracChangeset
for help on using the changeset viewer.