Changeset f9591a in git for kernel/ideals.h


Ignore:
Timestamp:
Aug 3, 2011, 3:52:14 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
567abae6e8087f803d5e7dc28c7fda93123381ce
Parents:
79ea4809aa81094eb116bd40570e1ef79259ab31
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-03 15:52:14+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:17+01:00
Message:
id_ChineseRemainder
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    r79ea48 rf9591a  
    188188poly id_GCD(poly f, poly g, const ring r);
    189189
    190 ideal idChineseRemainder(ideal *x, number *q, int rl);
     190ideal id_ChineseRemainder(ideal *x, number *q, int rl, const ring R);
    191191//ideal idChineseRemainder(ideal *x, intvec *iv); /* currently unused */
    192 ideal idFarey(ideal x, number N);
     192ideal id_Farey(ideal x, number N, const ring r);
    193193
    194194ideal id_TensorModuleMult(const int m, const ideal M, const ring rRing); // image of certain map for BGG
Note: See TracChangeset for help on using the changeset viewer.