| 4463 | return FALSE; |
| 4464 | } |
| 4465 | static BOOLEAN jjINTERRED(leftv res, leftv v) |
| 4466 | { |
| 4467 | ideal result=kInterRed((ideal)(v->Data()), currRing->qideal); |
| 4468 | if (TEST_OPT_PROT) { PrintLn(); mflush(); } |
| 4469 | res->data = result; |
| 4470 | return FALSE; |
| 4471 | } |
| 4472 | static BOOLEAN jjBIV2IV(leftv res, leftv v) |
| 4473 | { |
| 4474 | bigintmat* aa= (bigintmat *)v->Data(); |