Changeset 761d13 in git
- Timestamp:
- Mar 9, 2017, 3:42:11 PM (7 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- eb0ab8ed21cde69be1f7673070ba991a8690b327
- Parents:
- f45a05ec4cc32da1d754f711686a453de7a692be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/matpol.cc
rf45a05 r761d13 1360 1360 int r=lr-1, c=lc-1; 1361 1361 poly *b = a0->m, *x = re->m; 1362 poly piv, elim, q1, q2,*ap, *a, *q;1362 poly piv, elim, q1, *ap, *a, *q; 1363 1363 int i, j; 1364 1364 … … 1382 1382 if (ap[j] != NULL) 1383 1383 { 1384 q2 = sm_MultDiv(ap[j], elim, div, R);1384 poly q2 = sm_MultDiv(ap[j], elim, div, R); 1385 1385 q1 = p_Add_q(q1,q2,R); 1386 1386 }
Note: See TracChangeset
for help on using the changeset viewer.