Changeset 6deedd in git for factory/facFqFactorizeUtil.h


Ignore:
Timestamp:
Nov 29, 2011, 2:33:18 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
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
Message:
modified some helper functions and removed unneccessary inclusion of config.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorizeUtil.h

    r7efef7 r6deedd  
    1717
    1818// #include "config.h"
    19 
    2019#include "canonicalform.h"
    2120#include "cf_map.h"
     
    108107                                     ///< @a F successively evaluated
    109108                                     ///< 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
    111112           );
    112113
     
    116117/// @sa shift2Zero(), evalPoints()
    117118CanonicalForm reverseShift (const CanonicalForm& F,  ///< [in] a compressed poly
    118                             const CFList& evaluation ///< [in] a valid
     119                            const CFList& evaluation,///< [in] a valid
    119120                                                     ///< evaluation point
     121                            int l= 2                 ///< [in] level at which
     122                                                     ///< the evaluation starts
    120123                           );
    121124
Note: See TracChangeset for help on using the changeset viewer.