passagemath-singular 10.6.30__cp312-cp312-musllinux_1_2_aarch64.whl → 10.6.31rc1__cp312-cp312-musllinux_1_2_aarch64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of passagemath-singular might be problematic. Click here for more details.

Files changed (71) hide show
  1. PySingular.cpython-312-aarch64-linux-musl.so +0 -0
  2. {passagemath_singular-10.6.30.dist-info → passagemath_singular-10.6.31rc1.dist-info}/METADATA +7 -7
  3. {passagemath_singular-10.6.30.dist-info → passagemath_singular-10.6.31rc1.dist-info}/RECORD +68 -66
  4. passagemath_singular.libs/{libSingular-4-d894d219.4.1.so → libSingular-4-faaf7d34.4.1.so} +0 -0
  5. passagemath_singular.libs/libfactory-4-6907d06f.4.1.so +0 -0
  6. passagemath_singular.libs/libntl-d58d2536.so.44.0.1 +0 -0
  7. passagemath_singular.libs/{libomalloc-0-7768d27e.9.6.so → libomalloc-0-c68af0d6.9.6.so} +0 -0
  8. passagemath_singular.libs/{libpolys-4-2dcf33c7.4.1.so → libpolys-4-f587aa49.4.1.so} +0 -0
  9. passagemath_singular.libs/libreadline-3f6fb6b3.so.8.2 +0 -0
  10. passagemath_singular.libs/{libsingular_resources-4-21ad9234.4.1.so → libsingular_resources-4-c24151f0.4.1.so} +0 -0
  11. sage/algebras/fusion_rings/fast_parallel_fmats_methods.cpython-312-aarch64-linux-musl.so +0 -0
  12. sage/algebras/fusion_rings/poly_tup_engine.cpython-312-aarch64-linux-musl.so +0 -0
  13. sage/algebras/fusion_rings/shm_managers.cpython-312-aarch64-linux-musl.so +0 -0
  14. sage/algebras/letterplace/free_algebra_element_letterplace.cpython-312-aarch64-linux-musl.so +0 -0
  15. sage/algebras/letterplace/free_algebra_letterplace.cpython-312-aarch64-linux-musl.so +0 -0
  16. sage/algebras/letterplace/letterplace_ideal.cpython-312-aarch64-linux-musl.so +0 -0
  17. sage/algebras/quatalg/quaternion_algebra_cython.cpython-312-aarch64-linux-musl.so +0 -0
  18. sage/algebras/quatalg/quaternion_algebra_element.cpython-312-aarch64-linux-musl.so +0 -0
  19. sage/libs/singular/decl.pxd +1 -1
  20. sage/libs/singular/function.cpython-312-aarch64-linux-musl.so +0 -0
  21. sage/libs/singular/groebner_strategy.cpython-312-aarch64-linux-musl.so +0 -0
  22. sage/libs/singular/option.cpython-312-aarch64-linux-musl.so +0 -0
  23. sage/libs/singular/polynomial.cpython-312-aarch64-linux-musl.so +0 -0
  24. sage/libs/singular/ring.cpython-312-aarch64-linux-musl.so +0 -0
  25. sage/libs/singular/singular.cpython-312-aarch64-linux-musl.so +0 -0
  26. sage/matrix/matrix_mpolynomial_dense.cpython-312-aarch64-linux-musl.so +0 -0
  27. sage/rings/polynomial/multi_polynomial_ideal_libsingular.cpython-312-aarch64-linux-musl.so +0 -0
  28. sage/rings/polynomial/multi_polynomial_libsingular.cpython-312-aarch64-linux-musl.so +0 -0
  29. sage/rings/polynomial/plural.cpython-312-aarch64-linux-musl.so +0 -0
  30. sage/symbolic/expression.cpython-312-aarch64-linux-musl.so +0 -0
  31. sage/symbolic/expression.pyx +1 -1
  32. sage_wheels/bin/ESingular +0 -0
  33. sage_wheels/bin/Singular +0 -0
  34. sage_wheels/bin/TSingular +0 -0
  35. sage_wheels/lib/singular/MOD/cohomo.so +0 -0
  36. sage_wheels/lib/singular/MOD/gfanlib.so +0 -0
  37. sage_wheels/lib/singular/MOD/gitfan.so +0 -0
  38. sage_wheels/lib/singular/MOD/interval.so +0 -0
  39. sage_wheels/lib/singular/MOD/subsets.so +0 -0
  40. sage_wheels/lib/singular/MOD/systhreads.so +0 -0
  41. sage_wheels/libexec/singular/MOD/change_cost +0 -0
  42. sage_wheels/libexec/singular/MOD/solve_IP +0 -0
  43. sage_wheels/libexec/singular/MOD/toric_ideal +0 -0
  44. sage_wheels/share/info/singular.info +8119 -3332
  45. sage_wheels/share/singular/LIB/assprimeszerodim.lib +21 -35
  46. sage_wheels/share/singular/LIB/gmspoly.lib +2 -2
  47. sage_wheels/share/singular/LIB/homolog.lib +41 -3
  48. sage_wheels/share/singular/LIB/modprimdec.lib +22 -2
  49. sage_wheels/share/singular/LIB/modstd.lib +1 -2
  50. sage_wheels/share/singular/LIB/modular.lib +124 -17
  51. sage_wheels/share/singular/LIB/modules.lib +15 -7
  52. sage_wheels/share/singular/LIB/ncpreim.lib +2 -2
  53. sage_wheels/share/singular/LIB/normal.lib +6 -6
  54. sage_wheels/share/singular/LIB/normaliz.lib +101 -15
  55. sage_wheels/share/singular/LIB/parallel.lib +28 -14
  56. sage_wheels/share/singular/LIB/primdec.lib +51 -68
  57. sage_wheels/share/singular/LIB/primdecint.lib +2 -2
  58. sage_wheels/share/singular/LIB/random.lib +2 -2
  59. sage_wheels/share/singular/LIB/resources.lib +7 -6
  60. sage_wheels/share/singular/LIB/sagbiNormaliz.lib +228 -104
  61. sage_wheels/share/singular/LIB/sagbiNormaliz0.lib +1498 -0
  62. sage_wheels/share/singular/LIB/sheafcoh.lib +2 -2
  63. sage_wheels/share/singular/LIB/sresext.lib +757 -0
  64. sage_wheels/share/singular/LIB/triang.lib +20 -18
  65. sage_wheels/share/singular/emacs/hlp-cmpl.el +8 -0
  66. sage_wheels/share/singular/singular.idx +1160 -1144
  67. passagemath_singular.libs/libfactory-4-e322c0c6.4.1.so +0 -0
  68. passagemath_singular.libs/libntl-f4409ed7.so.44.0.1 +0 -0
  69. passagemath_singular.libs/libreadline-78057fb4.so.8.2 +0 -0
  70. {passagemath_singular-10.6.30.dist-info → passagemath_singular-10.6.31rc1.dist-info}/WHEEL +0 -0
  71. {passagemath_singular-10.6.30.dist-info → passagemath_singular-10.6.31rc1.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  ///////////////////////////////////////////////////////////////////////////
2
- version="version triang.lib 4.4.0.6 Oct_2024 "; // $Id: 836cf109fd662db3050f513779682f884f5655f6 $
2
+ version="version triang.lib 4.4.1.0 Jan_2025 "; // $Id: 7431c9513a79ef867325d7feb1d5168f576910a4 $
3
3
  category="Symbolic-numerical solving";
4
4
  info="
5
5
  LIBRARY: triang.lib Decompose Zero-dimensional Ideals into Triangular Sets
@@ -37,14 +37,11 @@ EXAMPLE: example triangL; shows an example
37
37
  // Test, ob G Groebnerbasis eines nulldimensionalen Ideals ist.
38
38
  if (attrib(G,"isSB") <> 1)
39
39
  {
40
- ERROR("The input is no groebner basis.");
40
+ G = groebner(G);
41
41
  }
42
- else
42
+ if (dim(G) <> 0)
43
43
  {
44
- if (dim(G) <> 0)
45
- {
46
- ERROR("ideal is not zero-dimensional.");
47
- }
44
+ ERROR("ideal is not zero-dimensional.");
48
45
  }
49
46
 
50
47
  if (size(G) <= 2) // schon Dreiecksbasis
@@ -149,7 +146,17 @@ EXAMPLE: example triangL; shows an example
149
146
  if (l > size(G)) // Ende von G erreicht, dann Dreiecks-
150
147
  { // basis der Triangulierung gefunden,
151
148
  dbprint(string(timer)+" S"+st+": Dreiecksbasis der Triangulierung gefunden.");
152
- F = F + list(T_neu);
149
+ int ndup=1;
150
+ matrix mat_T_neu=matrix(T_neu);
151
+ for(int j=size(F);j>0;j--)
152
+ {
153
+ if(matrix(F[j])==mat_T_neu) { ndup=0;break;}
154
+ }
155
+ if (ndup)
156
+ {
157
+ F = F + list(T_neu);
158
+ }
159
+ kill ndup,j,mat_T_neu;
153
160
  }
154
161
  else // sonst T_neu,l erneut bearbeiten.
155
162
  {
@@ -210,14 +217,11 @@ NOTE: Algorithmus von Lazard (siehe: Lazard, D.: Solving
210
217
  // Test, ob G Groebnerbasis eines nulldimensionalen Ideals ist.
211
218
  if (attrib(G,"isSB") <> 1)
212
219
  {
213
- ERROR("The input is no groebner basis.");
220
+ G = groebner(G);
214
221
  }
215
- else
222
+ if (dim(G) <> 0)
216
223
  {
217
- if (dim(G) <> 0)
218
- {
219
- ERROR("ideal is not zero-dimensional.");
220
- }
224
+ ERROR("ideal is not zero-dimensional.");
221
225
  }
222
226
 
223
227
  // Noetige Optionen setzen.
@@ -389,7 +393,6 @@ RETURN: Liste von Tripeln (Listen) bestehend aus einem Polynom ri,
389
393
  toSee = list(list(pr,inv[2])) + toSee;
390
394
  attrib(toSee[1][2],"isSB",1);
391
395
  }
392
-
393
396
  }
394
397
  else // ansonsten Quasi-Inverses gefunden.
395
398
  {
@@ -636,7 +639,7 @@ EXAMPLE: example triangM; shows an example
636
639
  // Test, ob G Groebnerbasis ist.
637
640
  if (attrib(G,"isSB") <> 1)
638
641
  {
639
- ERROR("The input is no groebner basis.");
642
+ G = groebner(G);
640
643
  }
641
644
 
642
645
  // Faktorisierungsschalter setzen.
@@ -817,7 +820,7 @@ EXAMPLE: example triangMH; shows an example
817
820
  // Test, ob G Groebnerbasis ist.
818
821
  if (attrib(G,"isSB") <> 1)
819
822
  {
820
- ERROR("The input is no groebner basis.");
823
+ G = groebner(G);
821
824
  }
822
825
  if(npars(basering)<>0)
823
826
  {
@@ -1192,4 +1195,3 @@ RETURN: Leitkoeffizient von f bzgl. var(v).
1192
1195
  return(m[size(m),1]);
1193
1196
  }
1194
1197
  ///////////////////////////////////////////////////////////////////////////////
1195
-
@@ -171,6 +171,7 @@
171
171
  ("annfspecial" . "annfspecial. (line 6")
172
172
  ("annfspecialOld" . "annfspecialOld. (line 6")
173
173
  ("annfsRB" . "annfsRB. (line 6")
174
+ ("annihilator of a module" . "Ann. (line 18")
174
175
  ("annihilator of polynomial" . "dmodapp_lib. (line 103")
175
176
  ("annihilator of rational function" . "dmodloc_lib. (line 93")
176
177
  ("annihilatorMultiFs" . "annihilatorMultiFs. (line 6")
@@ -1524,6 +1525,7 @@
1524
1525
  ("Groebner bases in G-algebras" . "Groebner bases in G-algebras")
1525
1526
  ("Groebner bases, decodeGB" . "decodegb_lib. (line 50")
1526
1527
  ("Groebner bases, slim" . "slim Groebner bases. (line 6")
1528
+ ("groebner basis computation" . "sba. (line 6")
1527
1529
  ("groebner basis computations" . "groebner. (line 41")
1528
1530
  ("Groebner basis conversion" . "Groebner basis conversion")
1529
1531
  ("Groebner cover" . "extendGC. (line 49")
@@ -2505,6 +2507,7 @@
2505
2507
  ("mres" . "mres. (line 6")
2506
2508
  ("mres (plural)" . "mres (plural). (line 6")
2507
2509
  ("mres_map" . "mres_map. (line 6")
2510
+ ("mresExt" . "mresExt. (line 6")
2508
2511
  ("MSGB" . "MSGB. (line 6")
2509
2512
  ("MSPOLY" . "MSPOLY. (line 6")
2510
2513
  ("mstd" . "mstd. (line 6")
@@ -3520,6 +3523,7 @@
3520
3523
  ("scheme" . "scheme. (line 6")
3521
3524
  ("Scho\"nemann, Hans" . "Preface. (line 141")
3522
3525
  ("Schoof" . "Schoof. (line 6")
3526
+ ("schreyerSyzExt" . "schreyerSyzExt. (line 6")
3523
3527
  ("Schubert calculus" . "schubert_lib. (line 97")
3524
3528
  ("schubert.lib" . "schubert_lib. (line 6")
3525
3529
  ("schubert_lib" . "schubert_lib. (line 6")
@@ -3602,6 +3606,7 @@
3602
3606
  ("sheafCohBGG2" . "sheafCohBGG2. (line 6")
3603
3607
  ("sheafCohBGGregul" . "sheafCohBGGregul. (line 6")
3604
3608
  ("sheafCohBGGregul_w" . "sheafCohBGGregul_w. (line 6")
3609
+ ("sheafCohBGGsres" . "sheafCohBGGsres. (line 6")
3605
3610
  ("short" . "short. (line 6")
3606
3611
  ("show" . "show. (line 6")
3607
3612
  ("showBO" . "showBO. (line 6")
@@ -3740,6 +3745,9 @@
3740
3745
  ("squareRoot" . "squareRoot. (line 6")
3741
3746
  ("sRes" . "sRes. (line 6")
3742
3747
  ("sres" . "sres. (line 6")
3748
+ ("sresExt" . "sresExt. (line 6")
3749
+ ("sresext.lib" . "sresext_lib. (line 6")
3750
+ ("sresext_lib" . "sresext_lib. (line 6")
3743
3751
  ("ssi" . "Parallelization with ssi links")
3744
3752
  ("ssi file handling" . "ssi_lib. (line 19")
3745
3753
  ("Ssi file links" . "Ssi file links. (line 6")