Changeset 806c18 in git for factory/facAlgExt.h


Ignore:
Timestamp:
Nov 15, 2010, 4:34:57 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7c3bca08c96331a56864c1d35b8c2e8ff2e0be89
Parents:
c840d97af622b4e4da8761738b540e21144f716b
Message:
format

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

Legend:

Unmodified
Added
Removed
  • factory/facAlgExt.h

    rc840d9 r806c18  
    44 *
    55 * @author Martin Lee
    6  * @date 
     6 * @date
    77 *
    88 * Univariate factorization over algebraic extension of Q using Trager's
     
    1212 *   (c) by The SINGULAR Team, see LICENSE file
    1313 *
    14  * @internal 
     14 * @internal
    1515 * @version \$Id$
    1616 *
     
    2424///factorize a univariate squarefree polynomial over algebraic extension of Q
    2525///
    26 /// @return @a AlgExtSqrfFactorize returns a list of factors of F 
    27 CFList 
     26/// @return @a AlgExtSqrfFactorize returns a list of factors of F
     27CFList
    2828AlgExtSqrfFactorize (const CanonicalForm& F, ///<[in] a univariate squarefree
    2929                                             ///< polynomial
     
    3333/// factorize a univariate polynomial over algebraic extension of Q
    3434///
    35 /// @return @a AlgExtFactorize returns a list of factors of F with multiplicity                   
    36 CFFList 
     35/// @return @a AlgExtFactorize returns a list of factors of F with multiplicity
     36CFFList
    3737AlgExtFactorize (const CanonicalForm& F, ///<[in] a univariate polynomial
    3838                 const Variable& alpha   ///<[in] an algebraic variable
Note: See TracChangeset for help on using the changeset viewer.