Changeset 920581 in git
- Timestamp:
- Jul 26, 2011, 3:55:55 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- b28bafedafd8d93bd2ff41d9466d46678bec1341
- Parents:
- 86152998894ac968561dfca4ba268464c73e7b74
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-26 15:55:55+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:53:34+01:00
- Location:
- libpolys/coeffs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/coeffs.h
r861529 r920581 61 61 /// maps "a", which lives in src, into dst 62 62 typedef number (*nMapFunc)(number a, const coeffs src, const coeffs dst); 63 64 /// Creation data needed for finite fields 65 typedef struct 66 { 67 int GFChar; 68 int GFDegree; 69 const char* GFPar_name; 70 } GFInfo; 71 63 72 64 73 struct n_Procs_s -
libpolys/coeffs/ffields.h
r861529 r920581 9 9 */ 10 10 #include <coeffs/coeffs.h> 11 12 typedef struct13 {14 int GFChar;15 int GFDegree;16 char* GFPar_name;17 } GFInfo;18 19 11 20 12 BOOLEAN nfInitChar(coeffs r, void*);
Note: See TracChangeset
for help on using the changeset viewer.