Changeset b172c3 in git
- Timestamp:
- Feb 27, 2009, 5:34:45 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- a93f7b0f0b9fc641420d089124cb42728eab0916
- Parents:
- 93f4bb44beb0a08dca587831ac27ed5b16347872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
r93f4bb rb172c3 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: gr_kstd2.cc,v 1.3 3 2009-02-26 16:34:46Singular Exp $ */4 /* $Id: gr_kstd2.cc,v 1.34 2009-02-27 16:34:45 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: noncomm. alg. of Buchberger … … 169 169 { 170 170 /* extracts monomial content from localized expression */ 171 /* searches for an m (monomial in var 1.. real_var_start-1) 172 * such that m divides p and divides p by this m if it exist*/ 171 173 if (p==NULL) return; 172 174 poly root=p;
Note: See TracChangeset
for help on using the changeset viewer.