Changeset 650ffc4 in git
- Timestamp:
- Jun 4, 1999, 3:07:30 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- f6b84b0c4cb0137f375cd3b08d4536f9b0c0c189
- Parents:
- 9a596d7c3d7c58bebe3c8b5be18d45d256dff19c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r9a596d r650ffc4 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.14 8 1999-05-19 11:41:48 SingularExp $ */4 /* $Id: iparith.cc,v 1.149 1999-06-04 13:07:30 pohl Exp $ */ 5 5 6 6 /* … … 2463 2463 return FALSE; 2464 2464 } 2465 static BOOLEAN jjDET_S(leftv res, leftv v) 2466 { 2467 ideal I=(ideal)v->Data(); 2468 poly p=smCallDet(I); 2469 res->data = (char *)p; 2470 return FALSE; 2471 } 2465 2472 #endif 2466 2473 static BOOLEAN jjDIM(leftv res, leftv v) … … 3392 3399 ,{jjDET_I, DET_CMD, INT_CMD, INTMAT_CMD } 3393 3400 ,{jjDET, DET_CMD, POLY_CMD, MATRIX_CMD } 3401 ,{jjDET_S, DET_CMD, POLY_CMD, MODUL_CMD } 3394 3402 #else 3395 3403 ,{jjWRONG, DET_CMD, INT_CMD, INTMAT_CMD }
Note: See TracChangeset
for help on using the changeset viewer.