passagemath-linbox 10.6.43__cp313-cp313-macosx_13_0_arm64.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.
Files changed (75) hide show
  1. passagemath_linbox/.dylibs/libfflas.1.dylib +0 -0
  2. passagemath_linbox/.dylibs/libffpack.1.dylib +0 -0
  3. passagemath_linbox/.dylibs/libflint.22.0.dylib +0 -0
  4. passagemath_linbox/.dylibs/libgd.3.dylib +0 -0
  5. passagemath_linbox/.dylibs/libgfortran.5.dylib +0 -0
  6. passagemath_linbox/.dylibs/libgivaro.9.dylib +0 -0
  7. passagemath_linbox/.dylibs/libgmp.10.dylib +0 -0
  8. passagemath_linbox/.dylibs/libgmpxx.4.dylib +0 -0
  9. passagemath_linbox/.dylibs/libiml.0.dylib +0 -0
  10. passagemath_linbox/.dylibs/liblinbox.0.dylib +0 -0
  11. passagemath_linbox/.dylibs/libm4ri.1.dylib +0 -0
  12. passagemath_linbox/.dylibs/libm4rie.1.dylib +0 -0
  13. passagemath_linbox/.dylibs/libmpfr.6.dylib +0 -0
  14. passagemath_linbox/.dylibs/libopenblasp-r0.3.29.dylib +0 -0
  15. passagemath_linbox/.dylibs/libpng16.16.dylib +0 -0
  16. passagemath_linbox/.dylibs/libquadmath.0.dylib +0 -0
  17. passagemath_linbox/.dylibs/libz.1.3.1.dylib +0 -0
  18. passagemath_linbox/__init__.py +3 -0
  19. passagemath_linbox-10.6.43.dist-info/METADATA +100 -0
  20. passagemath_linbox-10.6.43.dist-info/RECORD +75 -0
  21. passagemath_linbox-10.6.43.dist-info/WHEEL +6 -0
  22. passagemath_linbox-10.6.43.dist-info/top_level.txt +3 -0
  23. sage/all__sagemath_linbox.py +2 -0
  24. sage/geometry/all__sagemath_linbox.py +1 -0
  25. sage/geometry/integral_points.pxi +1426 -0
  26. sage/geometry/integral_points_integer_dense.cpython-313-darwin.so +0 -0
  27. sage/geometry/integral_points_integer_dense.pyx +7 -0
  28. sage/libs/all__sagemath_linbox.py +1 -0
  29. sage/libs/iml.pxd +10 -0
  30. sage/libs/linbox/__init__.py +1 -0
  31. sage/libs/linbox/conversion.pxd +185 -0
  32. sage/libs/linbox/fflas.pxd +189 -0
  33. sage/libs/linbox/givaro.pxd +109 -0
  34. sage/libs/linbox/linbox.pxd +219 -0
  35. sage/libs/linbox/linbox_flint_interface.cpython-313-darwin.so +0 -0
  36. sage/libs/linbox/linbox_flint_interface.pxd +18 -0
  37. sage/libs/linbox/linbox_flint_interface.pyx +192 -0
  38. sage/libs/m4ri.pxd +198 -0
  39. sage/libs/m4rie.pxd +204 -0
  40. sage/matrix/all__sagemath_linbox.py +1 -0
  41. sage/matrix/matrix_cyclo_linbox.cpython-313-darwin.so +0 -0
  42. sage/matrix/matrix_cyclo_linbox.pyx +361 -0
  43. sage/matrix/matrix_gf2e_dense.cpython-313-darwin.so +0 -0
  44. sage/matrix/matrix_gf2e_dense.pxd +15 -0
  45. sage/matrix/matrix_gf2e_dense.pyx +1573 -0
  46. sage/matrix/matrix_integer_iml.cpython-313-darwin.so +0 -0
  47. sage/matrix/matrix_integer_iml.pyx +316 -0
  48. sage/matrix/matrix_integer_linbox.cpython-313-darwin.so +0 -0
  49. sage/matrix/matrix_integer_linbox.pxd +5 -0
  50. sage/matrix/matrix_integer_linbox.pyx +358 -0
  51. sage/matrix/matrix_integer_sparse_linbox.cpython-313-darwin.so +0 -0
  52. sage/matrix/matrix_integer_sparse_linbox.pyx +465 -0
  53. sage/matrix/matrix_mod2_dense.cpython-313-darwin.so +0 -0
  54. sage/matrix/matrix_mod2_dense.pxd +14 -0
  55. sage/matrix/matrix_mod2_dense.pyx +2789 -0
  56. sage/matrix/matrix_modn_dense_double.cpython-313-darwin.so +0 -0
  57. sage/matrix/matrix_modn_dense_double.pyx +179 -0
  58. sage/matrix/matrix_modn_dense_float.cpython-313-darwin.so +0 -0
  59. sage/matrix/matrix_modn_dense_float.pyx +154 -0
  60. sage/matrix/matrix_modn_sparse.cpython-313-darwin.so +0 -0
  61. sage/matrix/matrix_modn_sparse.pyx +871 -0
  62. sage/matrix/matrix_rational_linbox.cpython-313-darwin.so +0 -0
  63. sage/matrix/matrix_rational_linbox.pyx +36 -0
  64. sage/matrix/misc.cpython-313-darwin.so +0 -0
  65. sage/matrix/misc.pyx +418 -0
  66. sage/modules/all__sagemath_linbox.py +1 -0
  67. sage/modules/numpy_util.cpython-313-darwin.so +0 -0
  68. sage/modules/numpy_util.pxd +10 -0
  69. sage/modules/numpy_util.pyx +136 -0
  70. sage/modules/vector_mod2_dense.cpython-313-darwin.so +0 -0
  71. sage/modules/vector_mod2_dense.pxd +11 -0
  72. sage/modules/vector_mod2_dense.pyx +547 -0
  73. sage/rings/all__sagemath_linbox.py +1 -0
  74. sage/rings/finite_rings/all__sagemath_linbox.py +1 -0
  75. sage/rings/polynomial/all__sagemath_linbox.py +1 -0
Binary file
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-linbox
2
+
3
+ from sage.all__sagemath_linbox import *
@@ -0,0 +1,100 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-linbox
3
+ Version: 10.6.43
4
+ Summary: passagemath: Linear Algebra with Givaro, fflas-ffpack, LinBox, IML, m4ri(e)
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License-Expression: GPL-2.0-or-later
8
+ Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
+ Project-URL: repo (upstream), https://github.com/sagemath/sage
10
+ Project-URL: repo, https://github.com/passagemath/passagemath
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
+ Project-URL: homepage (upstream), https://www.sagemath.org
13
+ Project-URL: discourse, https://passagemath.discourse.group
14
+ Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
+ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
+ Classifier: Development Status :: 6 - Mature
17
+ Classifier: Intended Audience :: Education
18
+ Classifier: Intended Audience :: Science/Research
19
+ Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
+ Requires-Python: <3.15,>=3.10
31
+ Description-Content-Type: text/x-rst
32
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
33
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
34
+ Requires-Dist: memory_allocator
35
+ Requires-Dist: passagemath-environment~=10.6.43.0
36
+ Requires-Dist: passagemath-categories~=10.6.43.0
37
+ Provides-Extra: test
38
+ Requires-Dist: passagemath-repl; extra == "test"
39
+ Requires-Dist: passagemath-modules; extra == "test"
40
+ Provides-Extra: primecountpy
41
+ Requires-Dist: passagemath-primesieve-primecount; extra == "primecountpy"
42
+
43
+ ===============================================================================================
44
+ passagemath: Linear Algebra with Givaro, fflas-ffpack, LinBox, IML, m4ri(e)
45
+ ===============================================================================================
46
+
47
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
48
+ source mathematical software in Python, released under the GNU General
49
+ Public Licence GPLv2+.
50
+
51
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
52
+ developed 2005-2025 under the motto “Creating a Viable Open Source
53
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
54
+
55
+ The passagemath fork uses the motto "Creating a Free Passage Between the
56
+ Scientific Python Ecosystem and Mathematical Software Communities."
57
+ It was created in October 2024 with the following goals:
58
+
59
+ - providing modularized installation with pip,
60
+ - establishing first-class membership in the scientific Python
61
+ ecosystem,
62
+ - giving `clear attribution of upstream
63
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
64
+ - providing independently usable Python interfaces to upstream
65
+ libraries,
66
+ - offering `platform portability and integration testing
67
+ services <https://github.com/passagemath/passagemath/issues/704>`__
68
+ to upstream projects,
69
+ - inviting collaborations with upstream projects,
70
+ - `building a professional, respectful, inclusive
71
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
72
+ - `empowering Sage users to participate in the scientific Python ecosystem
73
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
74
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
75
+ serverless deployment with Javascript,
76
+ - developing a native Windows port.
77
+
78
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
79
+ available online.
80
+
81
+ passagemath attempts to support and provides binary wheels suitable for
82
+ all major Linux distributions and recent versions of macOS.
83
+
84
+ Binary wheels for native Windows (x86_64) are are available for a subset of
85
+ the passagemath distributions. Use of the full functionality of passagemath
86
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
87
+ or virtualization.
88
+
89
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
90
+
91
+
92
+ About this pip-installable distribution package
93
+ -----------------------------------------------
94
+
95
+ This pip-installable distribution ``passagemath-linbox``
96
+ provides modules that depend on the `LinBox suite <https://linalg.org/>`_
97
+ (Givaro, fflas-ffpack, LinBox), or on the libraries
98
+ `IML <https://cs.uwaterloo.ca/~astorjoh/iml.html>`_,
99
+ `m4ri <https://bitbucket.org/malb/m4ri/src/master/>`_,
100
+ `m4rie <https://bitbucket.org/malb/m4rie/src/master/>`_.
@@ -0,0 +1,75 @@
1
+ passagemath_linbox-10.6.43.dist-info/RECORD,,
2
+ passagemath_linbox-10.6.43.dist-info/WHEEL,sha256=3nGTNPbC365k_6GdjwhPEXjCjjs8Hcvwv2QiRhIvSGc,153
3
+ passagemath_linbox-10.6.43.dist-info/top_level.txt,sha256=Q7if7kOmmT4TNcmF7iKCQzI5zeY_XRpwGau9d5Ng2m0,25
4
+ passagemath_linbox-10.6.43.dist-info/METADATA,sha256=OuEHS4mJz-U4t5jeX3Z5ouyLVwg2e0wIZAGwqHRseoI,4895
5
+ passagemath_linbox/__init__.py,sha256=KfF5douSRBNmHczWs0MqwVuLdi6-27jDr5PYd0NS1ho,86
6
+ passagemath_linbox/.dylibs/libgmpxx.4.dylib,sha256=RO6CGTERTQJNOX0mKqgtzvKl_CABaqmg0ImkLc-WX9c,46544
7
+ passagemath_linbox/.dylibs/libm4ri.1.dylib,sha256=Hw_gijooEwTtIetibh5ZfQHkmomFv5xeoTPPRNyrvl4,210304
8
+ passagemath_linbox/.dylibs/libm4rie.1.dylib,sha256=jebtzOzMkj1j1UltR564gK60ZjI6ExnJ4dhJzqRtaRk,469296
9
+ passagemath_linbox/.dylibs/libffpack.1.dylib,sha256=-_sGxqIkTNb4O3-Fj26pyx4PepG5oe57Sutw7SSK0Ko,1137824
10
+ passagemath_linbox/.dylibs/libpng16.16.dylib,sha256=aiD4g3SIcW4hDOQOw85ZvirknrpkLc-USOkXWDNJk-g,266960
11
+ passagemath_linbox/.dylibs/liblinbox.0.dylib,sha256=xKKfNHg1kNdQS7G4bJR6Cpy3T2LInB9kD7Tdlb1G_9o,79680
12
+ passagemath_linbox/.dylibs/libgivaro.9.dylib,sha256=2F_s5sscIQehIYrIDgLyIUeGjmE0f-5dJWVp2AAgVZY,409440
13
+ passagemath_linbox/.dylibs/libflint.22.0.dylib,sha256=JzzHS88VoPav07BmmG5WKElCdvAPdvopR8YqIsPPgNM,9466848
14
+ passagemath_linbox/.dylibs/libopenblasp-r0.3.29.dylib,sha256=uY-GCfGZ2s_eJu2hsVloMyZ0sRyRit1XlVP38G6L9n4,23810600
15
+ passagemath_linbox/.dylibs/libgd.3.dylib,sha256=sxfiTH1KxGVhII4TXnUyW75yYcGdqtdlzebLKhZhJmY,376736
16
+ passagemath_linbox/.dylibs/libgfortran.5.dylib,sha256=2W9yXDPp-JjXeo2lmOH-leu1Yq2QBKV_Ecrbk-DcQAw,1985216
17
+ passagemath_linbox/.dylibs/libfflas.1.dylib,sha256=0ocxbbgvvzRD5ynoqZt4zXIZRuJm5a53Xp77fjCl1Jw,1258160
18
+ passagemath_linbox/.dylibs/libz.1.3.1.dylib,sha256=tZoh6Ngr8Ay8caCICXlCpiAoi1fs4J66_kyXiN43Hp4,119008
19
+ passagemath_linbox/.dylibs/libiml.0.dylib,sha256=xmS_Vb3J2IJXVziI1AvXajqxZu-Y-PdxFnWNglgbzls,150080
20
+ passagemath_linbox/.dylibs/libquadmath.0.dylib,sha256=2ho6BrIhf8zTrJAW9Skz1trlUhCIwwc7foka16HmzPg,350208
21
+ passagemath_linbox/.dylibs/libgmp.10.dylib,sha256=ecmPcSXw_brseYitkMUr-DCGpxc0xedjtWgBiv9BmDQ,446592
22
+ passagemath_linbox/.dylibs/libmpfr.6.dylib,sha256=rNUcTCw-1q2AqZ7gfTW8N7IR94pSofwLzFn4G2qZkX4,447920
23
+ sage/all__sagemath_linbox.py,sha256=NMwjUZtbj_4-jSdwq4nPv48pR_B7Urfz4I1JEsEW6Po,65
24
+ sage/libs/m4rie.pxd,sha256=GQJEACvMIFOXJWQtOj25xet5xl0_uCyAWW7F6hzNhlQ,6572
25
+ sage/libs/iml.pxd,sha256=euUX_mpEZpkxGX99lzkgSB01QHOFz4wV82VzfZpTwHM,366
26
+ sage/libs/m4ri.pxd,sha256=zdbJ2wXZxc-5vCIAwEIjXJyrfEJEmeRdU7hv7UmMD_s,5440
27
+ sage/libs/all__sagemath_linbox.py,sha256=UWBPwWZ5yRsA8jzBgem1GYtFkfCHWahcKdMgw72RrPg,45
28
+ sage/libs/linbox/linbox_flint_interface.pyx,sha256=wU_7LcEEZoqk3SWhXYphoptMgOXZCkjU71KkjNsF4Mk,6314
29
+ sage/libs/linbox/__init__.py,sha256=UWBPwWZ5yRsA8jzBgem1GYtFkfCHWahcKdMgw72RrPg,45
30
+ sage/libs/linbox/linbox.pxd,sha256=lgiGEkA6ZBariBB_oATb85vQp8enStk14DOYKcs3pNo,9755
31
+ sage/libs/linbox/linbox_flint_interface.cpython-313-darwin.so,sha256=FY_9M0zdNXYo4D_x4ortcPXwOysFNzd7eko9D_HX0fI,224576
32
+ sage/libs/linbox/givaro.pxd,sha256=IWf2ZFhJc_azG4cGf3Cu5rsAKdjLD4jT5bJxskOPMxg,3551
33
+ sage/libs/linbox/fflas.pxd,sha256=eEG2v-3daMeMoMAGJpjj7TIxMHuamxZnNBy2JJVB50I,8602
34
+ sage/libs/linbox/conversion.pxd,sha256=KH7BP9kjYBZFqCptxalTwmWsYZoZslFn0JOH4fXpMeA,6222
35
+ sage/libs/linbox/linbox_flint_interface.pxd,sha256=fkwU35eWrNNNumS7t_g6vIaFcbmtnE1WNa1vwwzBSwk,628
36
+ sage/rings/all__sagemath_linbox.py,sha256=UWBPwWZ5yRsA8jzBgem1GYtFkfCHWahcKdMgw72RrPg,45
37
+ sage/rings/polynomial/all__sagemath_linbox.py,sha256=UWBPwWZ5yRsA8jzBgem1GYtFkfCHWahcKdMgw72RrPg,45
38
+ sage/rings/finite_rings/all__sagemath_linbox.py,sha256=UWBPwWZ5yRsA8jzBgem1GYtFkfCHWahcKdMgw72RrPg,45
39
+ sage/geometry/integral_points.pxi,sha256=moeJvCfW5MKriOEUZFZCa6yskv8JRgLa1JKbTU-Ad5c,50949
40
+ sage/geometry/integral_points_integer_dense.cpython-313-darwin.so,sha256=wXw3KPL2hXwypjVO-07MJrdlaoC1STTHwugaCaQH-oc,281296
41
+ sage/geometry/integral_points_integer_dense.pyx,sha256=h_mcMB5MQ6V0rHXPMzPCZopaXZ04ARpqMmXCrwhGoJo,288
42
+ sage/geometry/all__sagemath_linbox.py,sha256=UWBPwWZ5yRsA8jzBgem1GYtFkfCHWahcKdMgw72RrPg,45
43
+ sage/modules/numpy_util.pyx,sha256=WuyczGWcAwqOGI_63kWi50u1hWH7DTFJZW_dkpII7w4,4695
44
+ sage/modules/numpy_util.cpython-313-darwin.so,sha256=EVI3Ufb-LCqbxVlAoZmRIQc3KcZjTA080GwcP7kMNEk,261568
45
+ sage/modules/vector_mod2_dense.pxd,sha256=dLtALCY_gueEz5wjOKS4FEGOF7AfOV_FwC6ioXCDpi4,317
46
+ sage/modules/vector_mod2_dense.cpython-313-darwin.so,sha256=e6b94xt-nr1xgYQjdXzj8hR8B461COIrZchenqifepg,177000
47
+ sage/modules/vector_mod2_dense.pyx,sha256=OsdI072i6PNndiMyKvsXO8KVNKeza9frjBc5y-yq7MY,16489
48
+ sage/modules/numpy_util.pxd,sha256=k2A4AHEUxZDTOTTd2kyyR7DjwMgXydHSMZnUYobTcog,489
49
+ sage/modules/all__sagemath_linbox.py,sha256=UWBPwWZ5yRsA8jzBgem1GYtFkfCHWahcKdMgw72RrPg,45
50
+ sage/matrix/misc.cpython-313-darwin.so,sha256=lUI7oa77RpE3avQZpMWqTAmAdoUcttKwuHRvQkRe_RI,134856
51
+ sage/matrix/matrix_modn_dense_double.pyx,sha256=I29fdBuDVuBbsgy4rNY_YjvPU9qYKtRD2JhTD47CTV0,5997
52
+ sage/matrix/matrix_mod2_dense.pyx,sha256=Zi58yp3dh5aVYGT1J8fZ1WKiCMklaMwOhJ42LZh1ghw,92251
53
+ sage/matrix/matrix_integer_iml.pyx,sha256=dHH8pCeS-pWOUnqForEjmXcAAuLYYjvgQ1xQ3T-pjO8,9258
54
+ sage/matrix/matrix_integer_iml.cpython-313-darwin.so,sha256=uYmrceABpwtWlA--7RBHnzXpwcYt6zEFki33u9OWQ-E,116328
55
+ sage/matrix/matrix_rational_linbox.cpython-313-darwin.so,sha256=7U8vnujzt5wDkJ1wZtxOsbzPT1h5F8X9hGcWqFQemaY,74688
56
+ sage/matrix/matrix_modn_sparse.pyx,sha256=d9kEveH8GJeUlwMiGkr2-rrvrtRazFKN1bgTN8qZWok,28884
57
+ sage/matrix/matrix_modn_dense_float.cpython-313-darwin.so,sha256=9k5etkltm0aJolBW0l4iGM-IXTnkijEzauuA3d67t8I,453456
58
+ sage/matrix/matrix_modn_sparse.cpython-313-darwin.so,sha256=6O4HeWQ7pS_gfdO-Zyx_orI-xKDHDO0pojOpUegMZK0,217160
59
+ sage/matrix/matrix_integer_linbox.cpython-313-darwin.so,sha256=kvhzlkqkRGX0qFjhYVJe45YWEbhCCkYcSU_z-AwR1tY,136328
60
+ sage/matrix/matrix_integer_linbox.pyx,sha256=PhJNWZvD5fv21HiJECHVa9Ch4d8_xAefk3yfeWxwu2g,12281
61
+ sage/matrix/matrix_gf2e_dense.pyx,sha256=CTV6AdKcYp1i3x8Gu-jeSoLZrh1M-B8DnnTmGQRS1AA,52284
62
+ sage/matrix/matrix_modn_dense_float.pyx,sha256=KJqs_X6B2YzdWIr9judQ6xuwbgi--q-faInJUqPsa2I,4990
63
+ sage/matrix/matrix_rational_linbox.pyx,sha256=p7TvsaHiVV3qRKTxHrpvikKj1MTBrYYOE2Y0Wz-mJx4,1646
64
+ sage/matrix/matrix_gf2e_dense.cpython-313-darwin.so,sha256=kSvLA-EfX6j-1SB-fnOw_YSxtFhBL5NCtg2MylGK4XQ,264856
65
+ sage/matrix/matrix_gf2e_dense.pxd,sha256=Up8dwJYAE0UApq2Bkd536gesckwaN1e4YBL8SMQnVyw,655
66
+ sage/matrix/matrix_modn_dense_double.cpython-313-darwin.so,sha256=bcsEfoDve5XUyzwx_0gH0X81HR1iJpOp1ZdJsl_rxPE,470176
67
+ sage/matrix/matrix_cyclo_linbox.cpython-313-darwin.so,sha256=fHyCBrp-fhokj2LaLiaDteoRbSf637dAUV-L25kxf7k,132968
68
+ sage/matrix/matrix_integer_linbox.pxd,sha256=2Wrwz_-6IGpsm1K1MzBF_s0OrhmOQvlLWn7dHaPE6e4,174
69
+ sage/matrix/matrix_integer_sparse_linbox.pyx,sha256=ZFHLzqvDuv_ONES1TNBtJUdPo_jyseH9RknR_rEFoLc,15210
70
+ sage/matrix/matrix_integer_sparse_linbox.cpython-313-darwin.so,sha256=gd8-CI6Ifr_3zaLV86k4pEL3Shxvqc22-hNSdaQWIbg,2195280
71
+ sage/matrix/matrix_cyclo_linbox.pyx,sha256=ue2wKXaEZuFXf25yf4RVGVU48t1xVMHgG47Tx0ajNhI,13510
72
+ sage/matrix/all__sagemath_linbox.py,sha256=UWBPwWZ5yRsA8jzBgem1GYtFkfCHWahcKdMgw72RrPg,45
73
+ sage/matrix/misc.pyx,sha256=mPas7GrMAx6H2E79iCSswsaJGbwAneZtzJ0vRGNHzL4,16176
74
+ sage/matrix/matrix_mod2_dense.cpython-313-darwin.so,sha256=WVFendds9acU5tA7wZNq58HoacIWlNYQdC3r51F-1kc,378056
75
+ sage/matrix/matrix_mod2_dense.pxd,sha256=2qm_KT4ZLUkiqMsjJg5pSXuxd6qIb5YsH_QhH8ggZTE,520
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp313-cp313-macosx_13_0_arm64
5
+ Generator: delocate 0.13.1.dev42+ga0af70b54
6
+
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_linbox
3
+ sage
@@ -0,0 +1,2 @@
1
+ # sage_setup: distribution = sagemath-linbox
2
+ # delvewheel: patch
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-linbox