Changeset a60e0b in git
- Timestamp:
- Apr 19, 2011, 12:56:15 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- aa450d0e542b7d92cb13033a49556c48bed0fa0b
- Parents:
- 8184703ffc306b654a4aec87405c86909a05666c
- git-author:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-04-19 12:56:15+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:18+01:00
- Location:
- libpolys/polys/nc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/nc/gring.cc
r8184703 ra60e0b 194 194 195 195 return(m); 196 } ;196 } 197 197 198 198 poly p_Lcm(const poly a, const poly b, const ring r) … … 212 212 #endif 213 213 return(m); 214 } ;214 } 215 215 216 216 -
libpolys/polys/nc/ncSAFormula.cc
r8184703 ra60e0b 71 71 return true; 72 72 73 } ;73 } 74 74 75 75 … … 138 138 139 139 return _ncSA_notImplemented; 140 } ;140 } 141 141 142 142 … … 551 551 { 552 552 return ::ncSA_Qxy0x0y0(i, j, n, m, m_q, r); 553 } ;553 } 554 554 555 555 poly CFormulaPowerMultiplier::ncSA_1xy0x0yG(const int i, const int j, const int n, const int m, const number m_g, const ring r) -
libpolys/polys/nc/ncSAMult.cc
r8184703 ra60e0b 263 263 } 264 264 265 } ;265 } 266 266 267 267 bool ncInitSpecialPairMultiplication(ring r) … … 525 525 PrintLn(); 526 526 #endif 527 } ;527 } 528 528 529 529 … … 557 557 PrintLn(); 558 558 #endif 559 } ;559 } 560 560 561 561 … … 591 591 n_Write(q, r); 592 592 #endif 593 } ;593 } 594 594 595 595 … … 626 626 n_Write(g, r); 627 627 #endif 628 } ;628 } 629 629 630 630 … … 664 664 PrintS("Parameter c: "); n_Write(c, r); 665 665 #endif 666 } ;666 } 667 667 668 668 … … 705 705 PrintLn(); 706 706 #endif 707 } ;707 } 708 708 709 709
Note: See TracChangeset
for help on using the changeset viewer.