Changeset 368602a in git for factory/facFqBivar.h


Ignore:
Timestamp:
Jun 22, 2011, 2:32:16 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
6c44098a5a260124314cb230a8f97d26aa250ea5
Parents:
6f30b8f0100530412045adfaaae98447428ef7fb
Message:
erased inline's


git-svn-id: file:///usr/local/Singular/svn/trunk@14298 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.h

    r6f30b8 r368602a  
    482482///         field, whose shift to zero is reversed.
    483483/// @sa factorRecombination(), extEarlyFactorDetection()
    484 inline CFList
     484CFList
    485485extFactorRecombination (
    486486         CFList& factors,          ///< [in,out] list of lifted factors that are
     
    507507/// @return @a factorRecombination returns a list of factors of F.
    508508/// @sa extFactorRecombination(), earlyFactorDetectection()
    509 inline CFList
     509CFList
    510510factorRecombination (
    511511                CFList& factors,       ///< [in,out] list of lifted factors
     
    539539///         complete), in case of success. Otherwise an empty list.
    540540/// @sa factorRecombination(), extEarlyFactorDetection()
    541 inline CFList
     541CFList
    542542earlyFactorDetection (
    543543           CanonicalForm& F,       ///< [in,out] poly to be factored, returns
     
    562562///         Otherwise an empty list.
    563563/// @sa factorRecombination(), earlyFactorDetection()
    564 inline CFList
     564CFList
    565565extEarlyFactorDetection (
    566566        CanonicalForm& F,          ///< [in,out] poly to be factored, returns
     
    586586/// @sa earlyFactorDetection(), extEarlyFactorDetection()
    587587
    588 inline CFList
     588CFList
    589589henselLiftAndEarly (
    590590        CanonicalForm& A,          ///< [in,out] poly to be factored,
     
    605605/// @return @a extBiFactorize returns factorization of F over initial field
    606606/// @sa biFactorize()
    607 inline CFList
     607CFList
    608608extBiFactorize (const CanonicalForm& F,    ///< [in] poly to be factored
    609609                const ExtensionInfo& info  ///< [in] info about extension
Note: See TracChangeset for help on using the changeset viewer.