Changeset acc9ad in git
- Timestamp:
- Mar 6, 2017, 1:29:24 PM (7 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- afd787b79a52d4f51a27512458d1ad9fdf0dd6a9
- Parents:
- 26b98ff96090f06b0ae41bfdcb3b6d96e45a0686
- Location:
- libpolys/polys/ext_fields
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/ext_fields/transext.cc
r26b98f racc9ad 710 710 711 711 712 // /takes over p!712 // takes over p! 713 713 number ntInit(poly p, const coeffs cf) 714 714 { -
libpolys/polys/ext_fields/transext.h
r26b98f racc9ad 40 40 41 41 42 // the following is only needed _here_ due to its use in clapsing.cc!42 // restrict access to the internal represention as much as possible: 43 43 #ifdef TRANSEXT_PRIVATES 44 44 struct spolyrec; typedef struct spolyrec polyrec; typedef polyrec * poly; … … 83 83 /**< TRUE iff den. represents 1 */ 84 84 85 85 /// takes over p! 86 86 number ntInit(poly p, const coeffs cf); 87 87 88 88 #endif 89 89 90 90 91
Note: See TracChangeset
for help on using the changeset viewer.