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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.