Changeset 9c0b20a in git for Singular/extra.cc
- Timestamp:
- Nov 25, 2010, 4:11:10 PM (13 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- 488872b51cd1fa36918b12c9c2476c1edff62026
- Parents:
- c512d93f75cc91a718679d4a03b14439936966e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rc512d9 r9c0b20a 3451 3451 } 3452 3452 else 3453 if (strcmp(sys_cmd, "LLL") == 0) 3454 { 3455 if (h!=NULL) 3456 { 3457 res->rtyp=h->Typ(); 3458 if (h->Typ()==MATRIX_CMD) 3459 { 3460 res->data=(char *)singntl_LLL((matrix)h->Data()); 3461 return FALSE; 3462 } 3463 else if (h->Typ()==INTMAT_CMD) 3464 { 3465 res->data=(char *)singntl_LLL((intvec*)h->Data()); 3466 return FALSE; 3467 } 3468 else return TRUE; 3469 } 3470 else return TRUE; 3471 } 3472 else 3453 3473 /*================= factoras =========================*/ 3454 3474 if (strcmp (sys_cmd, "factoras") == 0)
Note: See TracChangeset
for help on using the changeset viewer.