Changeset b5396f0 in git
- Timestamp:
- Jan 29, 2015, 3:06:05 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7414647cd07f0b22babd59bbf5a086fa56ddd830
- Parents:
- 100bd496fb3125687ec86ff10fc3604c78620e47
- Location:
- libpolys/coeffs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/OPAE.cc
r100bd4 rb5396f0 34 34 number nAEInitMPZ (mpz_t m, const coeffs r); //nachgucken/fragen 35 35 int nAESize (number a, const coeffs r);/// 36 intnAEInt (number &a, const coeffs r);36 long nAEInt (number &a, const coeffs r); 37 37 number nAEMPZ (number a, const coeffs r); //nachgucken/fragen 38 38 number nAENeg (number c, const coeffs r); … … 156 156 } 157 157 158 intnAEInt(number &, const coeffs)158 long nAEInt(number &, const coeffs) 159 159 { 160 160 return 1; -
libpolys/coeffs/OPAEQ.cc
r100bd4 rb5396f0 34 34 number nAEQInitMPZ (mpz_t m, const coeffs r); //nachgucken/fragen 35 35 int nAEQSize (number a, const coeffs r);/// 36 intnAEQInt (number &a, const coeffs r);36 long nAEQInt (number &a, const coeffs r); 37 37 number nAEQMPZ (number a, const coeffs r); //nachgucken/fragen 38 38 number nAEQNeg (number c, const coeffs r); … … 151 151 } 152 152 153 intnAEQInt(number &, const coeffs)153 long nAEQInt(number &, const coeffs) 154 154 { 155 155 return 1; -
libpolys/coeffs/OPAEp.cc
r100bd4 rb5396f0 35 35 number nAEpInitMPZ (mpz_t m, const coeffs r); //nachgucken/fragen 36 36 int nAEpSize (number a, const coeffs r);/// 37 intnAEpInt (number &a, const coeffs r);37 long nAEpInt (number &a, const coeffs r); 38 38 number nAEpMPZ (number a, const coeffs r); //nachgucken/fragen 39 39 number nAEpNeg (number c, const coeffs r); … … 159 159 } 160 160 161 intnAEpInt(number &, const coeffs)161 long nAEpInt(number &, const coeffs) 162 162 { 163 163 return 1;
Note: See TracChangeset
for help on using the changeset viewer.