Changeset 69fdf90 in git for factory/facHensel.h


Ignore:
Timestamp:
Mar 5, 2012, 10:31:58 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
51aa1628bc6d045fbc3a9adf018acd4371a09596
Parents:
47dc5eae8e5fa15711c4af64c3ce91a844425401
git-author:
Martin Lee <martinlee84@web.de>2012-03-05 22:31:58+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:26+02:00
Message:
chg: do not require coeff bound to be const
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facHensel.h

    r47dc5ea r69fdf90  
    4848              CFList& diophant,       ///< [in,out] result of diophantine()
    4949              CFMatrix& M,            ///< [in,out] stores intermediate results
    50               bool sort= true,        ///< [in] sort factors by degree in
     50              modpk& b,               ///< [in] coeff bound
     51              bool sort= true         ///< [in] sort factors by degree in
    5152                                      ///< Variable(1)
    52               const modpk& b= modpk ()///< [in] coeff bound
     53             );
     54
     55/// Hensel lift from univariate to bivariate.
     56///
     57/// @sa henselLiftResume12(), henselLift23(), henselLiftResume(), henselLift()
     58void
     59henselLift12 (const CanonicalForm& F, ///< [in] compressed, bivariate poly
     60              CFList& factors,        ///< [in, out] monic univariate factors of
     61                                      ///< F, including leading coefficient as
     62                                      ///< first element. Returns monic lifted
     63                                      ///< factors without the leading
     64                                      ///< coefficient
     65              int l,                  ///< [in] lifting precision
     66              CFArray& Pi,            ///< [in,out] stores intermediate results
     67              CFList& diophant,       ///< [in,out] result of diophantine()
     68              CFMatrix& M,            ///< [in,out] stores intermediate results
     69              bool sort= true        ///< [in] sort factors by degree in
     70                                      ///< Variable(1)
    5371             );
    5472
Note: See TracChangeset for help on using the changeset viewer.