Changeset af3d2a in git
- Timestamp:
- Jan 13, 2010, 4:43:05 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- d20633404426bc1abc46ac733c5619251936ee97
- Parents:
- 627254aadaadbf15fcd8b5f331ba8714de4ee7c7
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ring.cc
r627254 raf3d2a 4157 4157 4158 4158 4159 #ifndef NDEBUG 4159 4160 /// debug-print at most nTerms (2 by default) terms from poly/vector p, 4160 4161 /// assuming that lt(p) lives in lmRing and tail(p) lives in tailRing. … … 4189 4190 PrintS("0\n"); 4190 4191 } 4191 4192 #endif 4192 4193 4193 4194 -
kernel/ring.h
r627254 raf3d2a 408 408 #endif 409 409 410 #ifndef NDEBUG 410 411 /// debug-print at most nTerms (2 by default) terms from poly/vector p, 411 412 /// assuming that lt(p) lives in lmRing and tail(p) lives in tailRing. 412 413 void p_DebugPrint(const poly p, const ring lmRing, const ring tailRing, const int nTerms = 2); 414 #endif 413 415 414 416 int64 * rGetWeightVec(ring r);
Note: See TracChangeset
for help on using the changeset viewer.