@@ -1492,10 +1492,18 @@ CapJitAddTypeSignatureDeferred( "MatricesForHomalg", "CertainRows", [ "IsHomalgM
1492
1492
CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " CertainColumns" , [ " IsHomalgMatrix" , " IsList" ] , " IsHomalgMatrix" );
1493
1493
CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " KroneckerMat" , [ " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1494
1494
CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " DualKroneckerMat" , [ " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1495
- CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " SafeRightDivide" , [ " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1495
+ CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " LeftDivide" , [ " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1496
+ CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " LeftDivide" , [ " IsHomalgMatrix" , " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1496
1497
CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " SafeLeftDivide" , [ " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1497
- CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " UniqueRightDivide" , [ " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1498
1498
CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " UniqueLeftDivide" , [ " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1499
+ CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " RightDivide" , [ " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1500
+ CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " RightDivide" , [ " IsHomalgMatrix" , " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1501
+ CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " SafeRightDivide" , [ " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1502
+ CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " UniqueRightDivide" , [ " IsHomalgMatrix" , " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1503
+ CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " BasisOfRowModule" , [ " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1504
+ CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " BasisOfColumnModule" , [ " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1505
+ CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " ReducedBasisOfRowModule" , [ " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1506
+ CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " ReducedBasisOfColumnModule" , [ " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1499
1507
CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " BasisOfRows" , [ " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1500
1508
CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " BasisOfColumns" , [ " IsHomalgMatrix" ] , " IsHomalgMatrix" );
1501
1509
CapJitAddTypeSignatureDeferred( " MatricesForHomalg" , " SyzygiesOfRows" , [ " IsHomalgMatrix" ] , " IsHomalgMatrix" );
0 commit comments