Changeset 4bde6b in git for Singular/LIB/rootisolation.lib


Ignore:
Timestamp:
May 15, 2020, 3:20:00 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a1b40ab8675488c2a4f8e225d9d748ba70340727
Parents:
538e06d0809adf9f75fea000cf70d354bb674ab5
Message:
spelling p1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/rootisolation.lib

    r538e06 r4bde6b  
    598598proc evalPolyAtBox()
    599599"USAGE: @code{evalPolyAtBox(f, B)}; @code{f poly, B box}
    600 RETURN: interval, evalutaion of @code{f} at @code{B} using interval arithmetic
     600RETURN: interval, evaluation of @code{f} at @code{B} using interval arithmetic
    601601PURPOSE: computes an interval extension of the polynomial
    602602EXAMPLE: example evalPolyAtBox; shows an example"
     
    975975          // numbers and pass to the subring where these variables have been
    976976          // removed.
    977           // As rootIsolation now accpets ideals with arbitrary generators we
    978           // compute the zeros of the substituion ideal and reassemble the
     977          // As rootIsolation now accepts ideals with arbitrary generators we
     978          // compute the zeros of the substitution ideal and reassemble the
    979979          // boxes afterwards.
    980980          //
     
    14461446      for (k = 0; k < sizes[i]; k++)
    14471447      {
    1448         // repetions
     1448        // repetitions
    14491449        for (l = 1; l <= repCount[i]; l++)
    14501450        {
Note: See TracChangeset for help on using the changeset viewer.