Changeset 6deedd in git for factory/facFqFactorizeUtil.h
- Timestamp:
- Nov 29, 2011, 2:33:18 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 91788c087460478b3feb0c0461c30cb0383129fe
- Parents:
- 7efef7a73060a49677b3bcf2172e9cdb3b4d76a8
- git-author:
- Martin Lee <martinlee84@web.de>2011-11-29 14:33:18+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-12 18:00:42+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqFactorizeUtil.h
r7efef7 r6deedd 17 17 18 18 // #include "config.h" 19 20 19 #include "canonicalform.h" 21 20 #include "cf_map.h" … … 108 107 ///< @a F successively evaluated 109 108 ///< at 0 110 const CFList& evaluation ///< [in] a valid evaluation point 109 const CFList& evaluation,///< [in] a valid evaluation point 110 int l= 2 ///< [in] level at which the evaluation 111 ///< starts 111 112 ); 112 113 … … 116 117 /// @sa shift2Zero(), evalPoints() 117 118 CanonicalForm reverseShift (const CanonicalForm& F, ///< [in] a compressed poly 118 const CFList& evaluation 119 const CFList& evaluation,///< [in] a valid 119 120 ///< evaluation point 121 int l= 2 ///< [in] level at which 122 ///< the evaluation starts 120 123 ); 121 124
Note: See TracChangeset
for help on using the changeset viewer.