Changeset 6cf934 in git for kernel/fglm/fglmzero.cc


Ignore:
Timestamp:
Nov 14, 2022, 11:41:51 AM (18 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c57af60be7b45c4f30db8913b7cde4eb782e6121
Parents:
c858487b7689b030112512a2e1be0f968d4f7c22
Message:
more typos fixed in kernel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/fglm/fglmzero.cc

    rc858487 r6cf934  
    572572}
    573573
    574 //     Searches through the border for a monomoial bm which devides m and returns
     574//     Searches through the border for a monomial bm which divides m and returns
    575575//      its normalform in vector representation.
    576576//     var contains the number of the variable v, s.t. bm = m * v
     
    662662//     returns them in "l".
    663663//     The ideal has to be zero-dimensional and reduced and has to be a
    664 //     real subset of the polynomal ring.
     664//     real subset of the polynomial ring.
    665665//     In any case it has to be zero-dimensional and minimal (check this
    666666//      via fglmIdealcheck). Any minimal but not reduced ideal is detected.
     
    10871087            data.gaussreduce( v, p, pdenom );
    10881088            if ( v.isZero() ) {
    1089                 // Now v is linear dependend to the already found basis elements.
    1090                 // This means that v (rsp. candidate.monom) is the leading
     1089                // Now v is linear dependent to the already found basis elements.
     1090                // This means that v (resp. candidate.monom) is the leading
    10911091                // monomial of the next groebner-basis polynomial.
    10921092                data.newGroebnerPoly( p, candidate.monom );
     
    11891189}
    11901190
    1191 // for a descritption of the parameters see fglm.h
     1191// for a description of the parameters see fglm.h
    11921192BOOLEAN
    11931193fglmzero( ring sourceRing, ideal & sourceIdeal, ring destRing, ideal & destIdeal, BOOLEAN switchBack, BOOLEAN deleteIdeal )
Note: See TracChangeset for help on using the changeset viewer.