Changeset 4a45a4e in git for libpolys/polys/monomials/ring.h
- Timestamp:
- Jun 15, 2015, 12:16:06 PM (8 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 4470e259ee2a2b265d8bdc47b48ea3e4619298b5
- Parents:
- 0269e193f4830d56d57f6a85911be55807f13b15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/ring.h
r0269e1 r4a45a4e 801 801 #endif 802 802 803 #ifndef SING_NDEBUG804 /// debug-print at most nTerms (2 by default) terms from poly/vector p,805 /// assuming that lt(p) lives in lmRing and tail(p) lives in tailRing.806 void p_DebugPrint(const poly p, const ring lmRing, const ring tailRing, const int nTerms = 2);807 #endif808 809 803 int64 * rGetWeightVec(ring r); 810 804 void rSetWeightVec(ring r, int64 *wv);
Note: See TracChangeset
for help on using the changeset viewer.