Changeset f9591a in git for kernel/ideals.h
- Timestamp:
- Aug 3, 2011, 3:52:14 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.h
r79ea48 rf9591a 188 188 poly id_GCD(poly f, poly g, const ring r); 189 189 190 ideal id ChineseRemainder(ideal *x, number *q, int rl);190 ideal id_ChineseRemainder(ideal *x, number *q, int rl, const ring R); 191 191 //ideal idChineseRemainder(ideal *x, intvec *iv); /* currently unused */ 192 ideal id Farey(ideal x, number N);192 ideal id_Farey(ideal x, number N, const ring r); 193 193 194 194 ideal 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.