Changeset 8c5f4b in git
- Timestamp:
- Aug 26, 2014, 11:14:55 AM (9 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- b5f2548db5f32142a798dc79e2f5704aeaa91143
- Parents:
- 86b7c4d713f5fe6ff570edac59ad2c2afda40ed9
- git-author:
- Martin Lee <martinlee84@web.de>2014-08-26 11:14:55+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-08-26 12:29:12+02:00
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqSquarefree.cc
r86b7c4d r8c5f4b 35 35 static inline 36 36 CanonicalForm 37 pthRoot (const CanonicalForm & F, const int &q)37 pthRoot (const CanonicalForm & F, int q) 38 38 { 39 39 CanonicalForm A= F; … … 125 125 126 126 CanonicalForm 127 maxpthRoot (const CanonicalForm & F, const int &q, int& l)127 maxpthRoot (const CanonicalForm & F, int q, int& l) 128 128 { 129 129 CanonicalForm result= F; -
factory/facFqSquarefree.h
r86b7c4d r8c5f4b 141 141 CanonicalForm 142 142 maxpthRoot (const CanonicalForm & F, ///< [in] a poly which is a pth power 143 const int & q,///< [in] size of the field143 int q, ///< [in] size of the field 144 144 int& l ///< [in,out] @a l maximal, s.t. @a F is 145 145 ///< a p^l-th power
Note: See TracChangeset
for help on using the changeset viewer.