Changeset 92992c in git for dyn_modules


Ignore:
Timestamp:
Jul 10, 2012, 6:08:24 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4eba3ad2d6dfbd57121d3a026b973301857fa069
Parents:
7088f18ba4c47a3e87c604a59adbacd8ef35e979
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-10 18:08:24+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:45+02:00
Message:
moving/adding/changing bits of documentation
Location:
dyn_modules/syzextra
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/syzextra/mod_main.cc

    r7088f18 r92992c  
    684684
    685685
    686 /// TODO: save shortcut (syz: |-.->) LM(LM(m) * "t") -> syz?
    687686/// proc SSFindReducer(def product, def syzterm, def L, def T, list #)
    688687static BOOLEAN _FindReducer(leftv res, leftv h)
     
    888887
    889888
    890 /// TODO: save shortcut (syz: |-.->) LM(m) * "t" -> ?
    891889/// proc SSReduceTerm(poly m, def t, def syzterm, def L, def T, list #)
    892890static BOOLEAN _ReduceTerm(leftv res, leftv h)
     
    10331031
    10341032
    1035 // TODO: store m * @tail -.-^-.-^-.--> ?
    10361033// proc SSTraverseTail(poly m, def @tail, def L, def T, list #)
    10371034static BOOLEAN _TraverseTail(leftv res, leftv h)
     
    11371134
    11381135
    1139 // module (N, LL, TT) = SSComputeSyzygy(L, T);
    1140 // Compute Syz(L ++ T) = N = LL ++ TT
     1136/// module (LL, TT) = SSComputeSyzygy(L, T);
     1137/// Compute Syz(L ++ T) = N = LL ++ TT
    11411138// proc SSComputeSyzygy(def L, def T)
    11421139static BOOLEAN _ComputeSyzygy(leftv res, leftv h)
  • dyn_modules/syzextra/syzextra.h

    r7088f18 r92992c  
    4747ideal id_Tail(const ideal id, const ring r);
    4848
    49 /// inplace sorting of the module (ideal) id wrt >_(c,ds)
     49/// inplace sorting of the module (ideal) id wrt <_(c,ds)
    5050void Sort_c_ds(const ideal id, const ring r);
    5151
     
    9595    void ComputeLeadingSyzygyTerms(bool bComputeSecondTerms = true);
    9696
     97    // TODO: save shortcut (syz: |-.->) LM(LM(m) * "t") -> syz?
    9798    poly FindReducer(poly product, poly syzterm);
     99   
    98100    poly SchreyerSyzygyNF(poly syz_lead, poly syz_2);
     101
     102    // TODO: store m * @tail -.-^-.-^-.--> ?
    99103    poly TraverseTail(poly multiplier, poly tail);
     104
     105    // TODO: save shortcut (syz: |-.->) LM(m) * "t" -> ?
    100106    poly ReduceTerm(poly multiplier, poly term4reduction, poly syztermCheck);
    101107
Note: See TracChangeset for help on using the changeset viewer.