Changeset d61b47c in git
- Timestamp:
- Jan 5, 2006, 3:54:24 PM (18 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 212aaff1973465b0af2b4c1e5cb731d9db6155b6
- Parents:
- 195fa1364233e478134940e1457d8dbbe7b4ccd4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gring.h
r195fa13 rd61b47c 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: gring.h,v 1.1 2 2005-07-15 11:58:23 levandovExp $ */6 /* $Id: gring.h,v 1.13 2006-01-05 14:54:24 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT additional defines etc for --with-plural … … 29 29 /* poly functions defined in p_Procs : */ 30 30 poly nc_pp_Mult_mm(poly p, poly m, const ring r, poly &last); 31 poly nc_p_Mult_mm(poly p, poly m, const ring r);31 poly nc_p_Mult_mm(poly p, const poly m, const ring r); 32 32 poly nc_p_Minus_mm_Mult_qq(poly p, const poly m, poly q, const ring r); 33 33 /* other routines we need in addition : */
Note: See TracChangeset
for help on using the changeset viewer.