Changeset 75e126 in git for libpolys/polys/sparsmat.h
- Timestamp:
- Mar 10, 2017, 2:11:33 PM (7 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 471858f15b1d00cc5bed195345735cccfcb8e925
- Parents:
- fbe1e6100b3dfb4d80e80a3ac3213c679b614b52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/sparsmat.h
rfbe1e6 r75e126 10 10 11 11 12 poly sm_Mult(poly, poly, const ring);13 void sm_PolyDiv(poly, poly, const ring);14 12 poly sm_MultDiv(poly, poly, const poly, const ring); 15 13 void sm_SpecialPolyDiv(poly, poly, const ring); 14 16 15 /* ----------------- macros ------------------ */ 17 16 /* #define OLD_DIV 1 */ 18 17 19 18 #ifdef OLD_DIV 20 #define SM_MULT(A,B,C, R) sm_Mult(A,B,R) 19 void sm_PolyDiv(poly, poly, const ring); 20 #define SM_MULT(A,B,C, R) pp_Mult_qq(A,B,R) 21 21 #define SM_DIV sm_PolyDiv 22 22 #else
Note: See TracChangeset
for help on using the changeset viewer.