Changeset e676cd in git
- Timestamp:
- May 25, 2011, 5:26:09 PM (12 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 73a9ffb72679635d0a4389f31022ac7b37564499
- Parents:
- cdf22a94dc67efa0ec23a42eb27722000f1e3645
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-25 17:26:09+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:52+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/coeffs.h
rcdf22a9 re676cd 27 27 n_GF, 28 28 n_long_R, 29 n_algExt, /* used for all algebraic extensions, i.e.,29 n_algExt, /**< used for all algebraic extensions, i.e., 30 30 the top-most extension in an extension tower 31 31 is algebraic */ 32 n_transExt, /* used for all transcendental extensions, i.e.,32 n_transExt, /**< used for all transcendental extensions, i.e., 33 33 the top-most extension in an extension tower 34 34 is transcendental */ … … 184 184 /// For Zp_a, Q_a we need polynomials (due to polys) 185 185 ring algring; //< implementation of extensions needs polynomials... 186 // / for Q_a/Zp_a, rInit187 // /number minpoly; //< no longer needed: replaced by188 //algring->minideal->[0]186 // // for Q_a/Zp_a, rInit 187 //number minpoly; //< no longer needed: replaced by 188 // //< algring->minideal->[0] 189 189 190 190
Note: See TracChangeset
for help on using the changeset viewer.