Changeset 92add1 in git


Ignore:
Timestamp:
Mar 20, 2012, 11:49:47 AM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
dc390ce13119de61633c0198d8b80e1e0d75c091
Parents:
2f6b7376e83020b3c6dcbaf0846be801180cfc8a
git-author:
Martin Lee <martinlee84@web.de>2012-03-20 11:49:47+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:27+02:00
Message:
fix: deleted duplicate function declaration
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.h

    r2f6b737 r92add1  
    710710             );
    711711
    712 /// heuristic algorithm for lifting sparse polynomials
    713 ///
    714 /// @return a list of factors of A, possibly incomplete
    715 CFList
    716 sparseHeuristic (const CanonicalForm& A,  ///<[in] polynomial to be factored
    717                  const CFList& biFactors, ///<[in] list of bivariate factors wrt
    718                                           ///< Variable 1 and 2
    719                  CFList*& moreBiFactors,  ///<[in,out] more bivariate factors
    720                                           ///< wrt different second variables.
    721                                           ///< May be recombined s.t. there are
    722                                           ///< only minFactorsLength factors and
    723                                           ///< resorted s.t. the sequence of
    724                                           ///< univariate factors in biFactors
    725                                           ///< and moreBiFactors coincides
    726                  const CFList& evaluation,///<[in] evaluation point
    727                  int minFactorsLength     ///<[in] minimal number of factors
    728                 );
    729 
    730712/// evaluate @a F at @a evaluation
    731713///
Note: See TracChangeset for help on using the changeset viewer.