Changeset 4f8fd1d in git for kernel/combinatorics/hilb.cc


Ignore:
Timestamp:
Nov 14, 2022, 10:53:35 AM (18 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
569754d2a9ccf1842ac61e82c0dfb411f5bb9a97
Parents:
317c1453d644836d66288dc2a633068067f64ab7
Message:
trying to add a codespell linter for kernel/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/hilb.cc

    r317c14 r4f8fd1d  
    6363*/
    6464
    65 //adds the new polynomial at the coresponding position
     65//adds the new polynomial at the corresponding position
    6666//and simplifies the ideal, destroys p
    6767static void SortByDeg_p(ideal I, poly p)
     
    11641164{
    11651165  /*
    1166    * shifts the varibles of monomial p in the  i^th layer,
     1166   * shifts the variables of monomial p in the  i^th layer,
    11671167   * p remains unchanged,
    11681168   * creates new poly and returns it for the colon ideal
     
    11971197{
    11981198  /*
    1199    * deletes the variables upto i^th layer of monomial w
     1199   * deletes the variables up to i^th layer of monomial w
    12001200   * w remains unchanged
    12011201   * creates new poly and returns it for the colon ideal
     
    18291829}
    18301830poly hilbert_series(ideal A, const ring src, const intvec* wdegree, const ring Qt)
    1831 // accoding to:
     1831// according to:
    18321832// Algorithm 2.6 of
    18331833// Dave Bayer, Mike Stillman - Computation of Hilbert Function
Note: See TracChangeset for help on using the changeset viewer.