Changeset d46cb6 in git


Ignore:
Timestamp:
Oct 22, 2014, 10:21:03 PM (9 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8eec294f01ff794d6970f9b1dc8693a5ca131146
Parents:
e829d10396379bdfceed9e032c989233967a5c41
git-author:
Martin Lee <martinlee84@web.de>2014-10-22 22:21:03+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-10-22 22:25:58+02:00
Message:
chg: improve docu
Location:
factory
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • factory/facBivar.h

    re829d1 rd46cb6  
    3333///         its leading coefficient is not outputted.
    3434CFList
    35 biFactorize (const CanonicalForm& F,       ///< [in] a bivariate poly
     35biFactorize (const CanonicalForm& F,       ///< [in] a sqrfree bivariate poly
    3636             const Variable& v             ///< [in] some algebraic variable
    3737            );
  • factory/facFactorize.h

    re829d1 rd46cb6  
    4040/// @return @a multiFactorize returns a factorization of F
    4141CFList
    42 multiFactorize (const CanonicalForm& F,     ///< [in] poly to be factored
     42multiFactorize (const CanonicalForm& F,     ///< [in] sqrfree poly
    4343                const Variable& v           ///< [in] some algebraic variable
    4444               );
  • factory/facFqBivar.h

    re829d1 rd46cb6  
    4646/// @sa extBifactorize()
    4747CFList
    48 biFactorize (const CanonicalForm& F,       ///< [in] a bivariate poly
     48biFactorize (const CanonicalForm& F,       ///< [in] a sqrfree bivariate poly
    4949             const ExtensionInfo& info     ///< [in] information about extension
    5050            );
  • factory/facFqFactorize.h

    re829d1 rd46cb6  
    3434/// @sa biFactorize(), extFactorize()
    3535CFList
    36 multiFactorize (const CanonicalForm& F,    ///< [in] poly to be factored
     36multiFactorize (const CanonicalForm& F,    ///< [in] sqrfree poly
    3737                const ExtensionInfo& info  ///< [in] info about extension
    3838               );
Note: See TracChangeset for help on using the changeset viewer.