Changeset a704475 in git


Ignore:
Timestamp:
Feb 17, 2011, 1:17:57 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4f042c2b32f764bd726714e16ec16d917db9b825
Parents:
114346175271e866cec0aa2a83480ad2e9234f12
Message:
slight changes in in-code docu of factmodd

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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r114346 ra704475  
    78877887{
    78887888  /* compute two factors of h(x,y) modulo x^(d+1) in K[[x]][y],
    7889      see doc in /kernel/linearAlgebra.h
     7889     see a detailed documentation in /kernel/linearAlgebra.h
    78907890     
    78917891     valid argument lists:
     
    78967896     - (poly h, int d, poly f0, poly g0, int xIndex, int yIndec),
    78977897                                                optional: all 4 optional args
     7898     (The defaults are xIndex = 1, yIndex = 2, f0 and g0 polynomials as found
     7899      by singclap_factorize in the case that HAVE_FACTORY is defined and h(0, y)
     7900      has exactly two distinct monic factors [possibly with exponent > 1].)
    78987901     result:
    78997902     - list with the two factors f and g such that
  • kernel/linearAlgebra.h

    r114346 ra704475  
    535535 * second one, specified by yIndex.
    536536 *
    537  * This code was place here since the algorithm works by successively solving
     537 * This code was placed here since the algorithm works by successively solving
    538538 * d linear equation systems. It is hence an application of other methods
    539539 * defined in this h-file and its corresponding cc-file.
     
    543543       const int xIndex,  /**< [in]  index of x in {1, ..., nvars(basering)} */
    544544       const int yIndex,  /**< [in]  index of y in {1, ..., nvars(basering)} */
    545        const poly h,      /**< [in]  the polynomial h(x, y) to be factorized */
     545       const poly h,      /**< [in]  the polynomial h(x, y) as above        */
    546546       const poly f0,     /**< [in]  the first univariate factor of h(0, y)  */
    547547       const poly g0,     /**< [in]  the second univariate factor of h(0, y) */
Note: See TracChangeset for help on using the changeset viewer.