Changeset 899741 in git for kernel/kstd1.h
- Timestamp:
- Sep 10, 2008, 6:41:12 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- cab83807bb068e131a3c656b02a316119e75729c
- Parents:
- a5da6f30272bf99d0d44c402d1eb3efcf7d79858
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd1.h
ra5da6f r899741 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: kstd1.h,v 1. 4 2008-06-24 08:20:31Singular Exp $ */6 /* $Id: kstd1.h,v 1.5 2008-09-10 16:41:12 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 10 10 #include "structs.h" 11 11 12 /*213 *input: F: a set (array) of polys with <= Fmax entries (0..Fmax-1)14 * *S: a set (array) of polys with *Smax initialized entries (0..*Smax-1)15 *output:*S: the standard base: a set (array) with <= *Smax+1 entries (0..*Smax)16 */17 12 ideal mora (ideal F, ideal Q,intvec *w,intvec *hilb,kStrategy strat); 18 13
Note: See TracChangeset
for help on using the changeset viewer.