Changeset 8f1473 in git for Singular/matpol.cc
- Timestamp:
- Sep 29, 1998, 11:14:46 PM (25 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- c616d1a866332e51b67371d164a1d853e45e3434
- Parents:
- c898336d2b07c6834ddddbc81515f8b883795ba3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/matpol.cc
rc89833 r8f1473 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: matpol.cc,v 1.1 8 1998-09-04 16:06:30 SingularExp $ */4 /* $Id: matpol.cc,v 1.19 1998-09-29 21:14:45 siebert Exp $ */ 5 5 6 6 /* … … 396 396 Bareiss->mpElimBareiss(div); 397 397 div = Bareiss->mpGetElem(Bareiss->mpGetRdim(), Bareiss->mpGetCdim()); 398 pDelete(H); 398 399 *H = pCopy(div); 399 400 *c = Bareiss->mpGetCol()+1; … … 404 405 else 405 406 { 407 pDelete(H); 406 408 *H = NULL; 407 409 *c = *r = 0;
Note: See TracChangeset
for help on using the changeset viewer.