passagemath-eclib 10.5.37__cp313-cp313-musllinux_1_2_aarch64.whl → 10.6.31rc2__cp313-cp313-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-eclib might be problematic. Click here for more details.
- {passagemath_eclib-10.5.37.dist-info → passagemath_eclib-10.6.31rc2.dist-info}/METADATA +35 -32
- passagemath_eclib-10.6.31rc2.dist-info/RECORD +34 -0
- {passagemath_eclib-10.5.37.dist-info → passagemath_eclib-10.6.31rc2.dist-info}/WHEEL +1 -1
- passagemath_eclib.libs/{libec-bfefd457.so.10.3.0 → libec-a6ceade4.so.14.1.0} +0 -0
- passagemath_eclib.libs/{libflint-7dd7ad94.so.19.0.0 → libflint-8c82a98a.so.21.0.0} +0 -0
- passagemath_eclib.libs/{libgcc_s-69c45f16.so.1 → libgcc_s-2d945d6c.so.1} +0 -0
- passagemath_eclib.libs/{libgf2x-70a6d572.so.3.0.0 → libgf2x-e54d5509.so.3.0.0} +0 -0
- passagemath_eclib.libs/{libgmp-8e78bd9b.so.10.5.0 → libgmp-28992bcb.so.10.5.0} +0 -0
- passagemath_eclib.libs/{libmpfr-5ff10580.so.6.2.1 → libmpfr-e34bb864.so.6.2.1} +0 -0
- passagemath_eclib.libs/libntl-d58d2536.so.44.0.1 +0 -0
- passagemath_eclib.libs/{libpari-gmp-tls-2c52a51c.so.2.15.5 → libpari-gmp-tls-5c52af47.so.2.17.2} +0 -0
- passagemath_eclib.libs/{libstdc++-1f1a71be.so.6.0.33 → libstdc++-85f2cd6d.so.6.0.33} +0 -0
- sage/all__sagemath_eclib.py +1 -0
- sage/libs/eclib/__init__.pxd +1 -3
- sage/libs/eclib/homspace.cpython-313-aarch64-linux-musl.so +0 -0
- sage/libs/eclib/interface.py +8 -8
- sage/libs/eclib/mat.cpython-313-aarch64-linux-musl.so +0 -0
- sage/libs/eclib/mat.pyx +7 -11
- sage/libs/eclib/mwrank.cpython-313-aarch64-linux-musl.so +0 -0
- sage/libs/eclib/newforms.cpython-313-aarch64-linux-musl.so +0 -0
- sage_wheels/bin/mwrank +0 -0
- passagemath_eclib-10.5.37.dist-info/RECORD +0 -34
- passagemath_eclib.libs/libntl-1c694aef.so.44.0.1 +0 -0
- {passagemath_eclib-10.5.37.dist-info → passagemath_eclib-10.6.31rc2.dist-info}/top_level.txt +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-eclib
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.6.31rc2
|
|
4
4
|
Summary: passagemath: Elliptic curves over the rationals with eclib/mwrank
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
7
|
-
License:
|
|
7
|
+
License-Expression: GPL-2.0-or-later
|
|
8
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
|
9
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
|
10
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
|
11
|
-
Project-URL: documentation, https://
|
|
11
|
+
Project-URL: documentation, https://passagemath.org/docs/latest
|
|
12
12
|
Project-URL: homepage (upstream), https://www.sagemath.org
|
|
13
13
|
Project-URL: discourse, https://passagemath.discourse.group
|
|
14
14
|
Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
|
|
@@ -16,24 +16,24 @@ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
|
|
|
16
16
|
Classifier: Development Status :: 6 - Mature
|
|
17
17
|
Classifier: Intended Audience :: Education
|
|
18
18
|
Classifier: Intended Audience :: Science/Research
|
|
19
|
-
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
|
20
19
|
Classifier: Operating System :: POSIX
|
|
20
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
21
21
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
22
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
23
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
27
26
|
Classifier: Programming Language :: Python :: 3.13
|
|
28
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
28
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
30
|
-
Requires-Python: <3.14,>=3.
|
|
29
|
+
Requires-Python: <3.14,>=3.10
|
|
31
30
|
Description-Content-Type: text/x-rst
|
|
32
|
-
Requires-Dist: passagemath-linbox
|
|
33
|
-
Requires-Dist: passagemath-modules
|
|
34
|
-
Requires-Dist: passagemath-ntl
|
|
31
|
+
Requires-Dist: passagemath-linbox==10.6.31rc2
|
|
32
|
+
Requires-Dist: passagemath-modules==10.6.31rc2
|
|
33
|
+
Requires-Dist: passagemath-ntl==10.6.31rc2
|
|
35
34
|
Requires-Dist: memory_allocator
|
|
36
|
-
Requires-Dist: cysignals
|
|
35
|
+
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
36
|
+
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
37
37
|
Provides-Extra: test
|
|
38
38
|
Requires-Dist: passagemath-repl; extra == "test"
|
|
39
39
|
Requires-Dist: passagemath-schemes; extra == "test"
|
|
@@ -50,38 +50,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
50
50
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
51
51
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
52
52
|
|
|
53
|
-
The passagemath fork
|
|
54
|
-
|
|
53
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
54
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
55
|
+
It was created in October 2024 with the following goals:
|
|
55
56
|
|
|
56
|
-
- providing modularized installation with pip,
|
|
57
|
-
project started in 2020 in the Sage
|
|
58
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
57
|
+
- providing modularized installation with pip,
|
|
59
58
|
- establishing first-class membership in the scientific Python
|
|
60
59
|
ecosystem,
|
|
61
60
|
- giving `clear attribution of upstream
|
|
62
61
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
63
62
|
- providing independently usable Python interfaces to upstream
|
|
64
63
|
libraries,
|
|
65
|
-
-
|
|
64
|
+
- offering `platform portability and integration testing
|
|
66
65
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
67
66
|
to upstream projects,
|
|
68
67
|
- inviting collaborations with upstream projects,
|
|
69
68
|
- `building a professional, respectful, inclusive
|
|
70
69
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
70
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
71
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
71
72
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
72
73
|
serverless deployment with Javascript,
|
|
73
74
|
- developing a native Windows port.
|
|
74
75
|
|
|
75
|
-
`Full documentation <https://
|
|
76
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
76
77
|
available online.
|
|
77
78
|
|
|
78
|
-
passagemath attempts to support
|
|
79
|
-
|
|
80
|
-
virtualization.
|
|
79
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
80
|
+
all major Linux distributions and recent versions of macOS.
|
|
81
81
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
82
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
83
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
84
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
85
|
+
or virtualization.
|
|
86
|
+
|
|
87
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
|
|
85
88
|
|
|
86
89
|
|
|
87
90
|
About this pip-installable distribution package
|
|
@@ -95,19 +98,19 @@ with elliptic curves defined over the rational numbers.
|
|
|
95
98
|
What is included
|
|
96
99
|
----------------
|
|
97
100
|
|
|
98
|
-
- `Sage interface to Cremona’s eclib library (also known as mwrank) <https://
|
|
101
|
+
- `Sage interface to Cremona’s eclib library (also known as mwrank) <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/interface.html>`_
|
|
99
102
|
|
|
100
|
-
- `Cython interface to Cremona’s eclib library (also known as mwrank) <https://
|
|
103
|
+
- `Cython interface to Cremona’s eclib library (also known as mwrank) <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/mwrank.html>`_
|
|
101
104
|
|
|
102
|
-
- `Cremona matrices <https://
|
|
105
|
+
- `Cremona matrices <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/mat.html>`_
|
|
103
106
|
|
|
104
|
-
- `Modular symbols using eclib newforms <https://
|
|
107
|
+
- `Modular symbols using eclib newforms <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/newforms.html>`_
|
|
105
108
|
|
|
106
|
-
- `Cremona modular symbols <https://
|
|
109
|
+
- `Cremona modular symbols <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/homspace.html>`_
|
|
107
110
|
|
|
108
|
-
- `Cremona modular symbols (constructor) <https://
|
|
111
|
+
- `Cremona modular symbols (constructor) <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/eclib/constructor.html>`_
|
|
109
112
|
|
|
110
|
-
- `Interface to the mwrank program <https://
|
|
113
|
+
- `Interface to the mwrank program <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/mwrank.html#module-sage.interfaces.mwrank>`_
|
|
111
114
|
|
|
112
115
|
|
|
113
116
|
Examples
|
|
@@ -127,9 +130,9 @@ Finding the installation location of the mwrank program::
|
|
|
127
130
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-eclib" python
|
|
128
131
|
>>> from sage.features.eclib import Mwrank
|
|
129
132
|
>>> Mwrank().absolute_filename()
|
|
130
|
-
'
|
|
133
|
+
'.../bin/mwrank'
|
|
131
134
|
|
|
132
|
-
Use with `sage.schemes.elliptic_curves <https://
|
|
135
|
+
Use with `sage.schemes.elliptic_curves <https://passagemath.org/docs/latest/html/en/reference/arithmetic_curves/index.html#elliptic-curves>`_::
|
|
133
136
|
|
|
134
137
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-eclib[test]" ipython
|
|
135
138
|
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
passagemath_eclib.libs/libec-a6ceade4.so.14.1.0,sha256=qkcvViFoynxT8oMp9MklKmLjv3zgQzFLxV1QzQPCpDQ,46566513
|
|
2
|
+
passagemath_eclib.libs/libflint-8c82a98a.so.21.0.0,sha256=Q4SWxoKzdagYtE-oby8IAUiNTMdh2WxAUsPhE63KPCE,12621289
|
|
3
|
+
passagemath_eclib.libs/libgcc_s-2d945d6c.so.1,sha256=NdOgO2If8roY3PSnJ81CsBa1rjMvN_uWPCo_V0ThwEY,203337
|
|
4
|
+
passagemath_eclib.libs/libgf2x-e54d5509.so.3.0.0,sha256=cs5LUFwNaOw-g_4-iUDPbFMMG6JSHk9Bfj165VQIEdg,199849
|
|
5
|
+
passagemath_eclib.libs/libgmp-28992bcb.so.10.5.0,sha256=chvEgOPn69KHFEAC4oKOFhJ2LjYfSTYlyAEyFvE1hJg,668217
|
|
6
|
+
passagemath_eclib.libs/libmpfr-e34bb864.so.6.2.1,sha256=WmkxV5-9R13fjzso71U22-c_r9jNTtlOC6qE-ZwszGk,931905
|
|
7
|
+
passagemath_eclib.libs/libntl-d58d2536.so.44.0.1,sha256=FRFqI7FjTlQ9COmcTAjVUjjVEb5noUmjmlTWSiVWL7Q,3075441
|
|
8
|
+
passagemath_eclib.libs/libpari-gmp-tls-5c52af47.so.2.17.2,sha256=MHt_uyIv8TaZrrDs1T2fAXbWpH4iAlT77Pl5lzizEH0,11094969
|
|
9
|
+
passagemath_eclib.libs/libstdc++-85f2cd6d.so.6.0.33,sha256=D3uBWNGP8cz5PIqwr4jUgv7u70AIVsNEjLuj90icFcw,3651889
|
|
10
|
+
sage/all__sagemath_eclib.py,sha256=PnPfHmKUTc7cMx6GOd0BupMBdOugvB3CDOKnfLdfzFY,348
|
|
11
|
+
sage/interfaces/all__sagemath_eclib.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
|
|
12
|
+
sage/interfaces/mwrank.py,sha256=y6lal269BI5a2Uvf35qN8ovvYikn3MRJ7_L_a2KU0a8,12478
|
|
13
|
+
sage/libs/all__sagemath_eclib.py,sha256=H84MU_RUF7AFi4kYwqjD7qf-5Ubp8p1JM0CQ3zQPEbM,497
|
|
14
|
+
sage/libs/eclib/__init__.pxd,sha256=J-IK32oq6HIKmFTHYGbr4Q6EJ33Vcsv5YVeaD-9vyIo,4784
|
|
15
|
+
sage/libs/eclib/__init__.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
|
|
16
|
+
sage/libs/eclib/all.py,sha256=Nwq0p-bytJLGjPQi9SA0ej_gnjDmhUYHsqr6owIimss,316
|
|
17
|
+
sage/libs/eclib/constructor.py,sha256=k4ug-84zOdPsVkcc0fQECuaXcxdWuK34j76U4n0k80Y,2962
|
|
18
|
+
sage/libs/eclib/homspace.cpython-313-aarch64-linux-musl.so,sha256=sQOQC5VLDUsj0crS0hO2Wstqc6s4M0jI9Z-XM2Pk0fw,923225
|
|
19
|
+
sage/libs/eclib/homspace.pxd,sha256=snYcG_sEmIHuV1zAlVjXgYfCyJ_BIBRKplJ8dOVisMw,131
|
|
20
|
+
sage/libs/eclib/homspace.pyx,sha256=uzmWG8kKgH9NNAEx-Ym1JaW7UVUwoJ-jwsWdwh7jfw4,9653
|
|
21
|
+
sage/libs/eclib/interface.py,sha256=bNn_mVlAJU9OxOQ_SvUfIlscFepNDIAf4qLi0YqTfac,50561
|
|
22
|
+
sage/libs/eclib/mat.cpython-313-aarch64-linux-musl.so,sha256=nUCALbMiGLfb9DVIf4UJT4j2UUQxIRI6LY-1xODgXi8,595369
|
|
23
|
+
sage/libs/eclib/mat.pxd,sha256=JXuI8yzgKxxGkVWfM5hNvr3I8bIu-HKzmNuddrV0Hf8,173
|
|
24
|
+
sage/libs/eclib/mat.pyx,sha256=m1iEfSMrBFqBOZScc0LLbim3GgNJz5OTiEpDSmiyeG4,7316
|
|
25
|
+
sage/libs/eclib/mwrank.cpython-313-aarch64-linux-musl.so,sha256=lvIr8JU9bUq3j5TiUWOeAo3KA_3IcH7H18C-xQpNqGs,1648033
|
|
26
|
+
sage/libs/eclib/mwrank.pyx,sha256=39FNEm22seSBoepMAUdf-aUT5DGVkErzqzFfun8BkqQ,43700
|
|
27
|
+
sage/libs/eclib/newforms.cpython-313-aarch64-linux-musl.so,sha256=0UWLiASrZdK5ELqSoiX7FuOdlAYhEBhYp_kF3yiwT2c,1058345
|
|
28
|
+
sage/libs/eclib/newforms.pxd,sha256=7OmyBO8Tj8hncCdPAPHNLIS4axhZRM-rRYoyLjZ7-Mc,186
|
|
29
|
+
sage/libs/eclib/newforms.pyx,sha256=sqx0yta_mul8McABIBlzK0Xj9COo-HFDM_zFCWtbKMc,15483
|
|
30
|
+
sage_wheels/bin/mwrank,sha256=V2qi3Js-eq91qG1257B1Kq0Lujr3GYULraagYm99EX0,661681
|
|
31
|
+
passagemath_eclib-10.6.31rc2.dist-info/METADATA,sha256=rEq-MFicmdc_Mu9YmMYX4dAbs1ABXwBvauCww2EydPo,7024
|
|
32
|
+
passagemath_eclib-10.6.31rc2.dist-info/WHEEL,sha256=3IjWZRuuq2q-vKtU0x2XxSbfx92VUEmTDWR0AUEtZxI,113
|
|
33
|
+
passagemath_eclib-10.6.31rc2.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
34
|
+
passagemath_eclib-10.6.31rc2.dist-info/RECORD,,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
passagemath_eclib.libs/{libpari-gmp-tls-2c52a51c.so.2.15.5 → libpari-gmp-tls-5c52af47.so.2.17.2}
RENAMED
|
Binary file
|
|
Binary file
|
sage/all__sagemath_eclib.py
CHANGED
sage/libs/eclib/__init__.pxd
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# sage_setup: distribution = sagemath-eclib
|
|
2
2
|
# distutils: language = c++
|
|
3
|
-
# distutils: libraries = ec NTL_LIBRARIES pari gmp
|
|
3
|
+
# distutils: libraries = ec NTL_LIBRARIES pari gmp M_LIBRARIES
|
|
4
4
|
# distutils: extra_compile_args = NTL_CFLAGS
|
|
5
5
|
# distutils: include_dirs = NTL_INCDIR
|
|
6
6
|
# distutils: library_dirs = NTL_LIBDIR
|
|
@@ -56,7 +56,6 @@ cdef extern from "eclib/matrix.h":
|
|
|
56
56
|
cdef cppclass mat:
|
|
57
57
|
mat()
|
|
58
58
|
mat(mat m)
|
|
59
|
-
scalar* get_entries()
|
|
60
59
|
scalar sub(long, long)
|
|
61
60
|
long nrows()
|
|
62
61
|
long ncols()
|
|
@@ -68,7 +67,6 @@ cdef extern from "eclib/smatrix.h":
|
|
|
68
67
|
cdef cppclass smat:
|
|
69
68
|
smat()
|
|
70
69
|
smat(smat m)
|
|
71
|
-
scalar* get_entries()
|
|
72
70
|
scalar sub(long, long)
|
|
73
71
|
long nrows()
|
|
74
72
|
long ncols()
|
|
Binary file
|
sage/libs/eclib/interface.py
CHANGED
|
@@ -156,7 +156,7 @@ class mwrank_EllipticCurve(SageObject):
|
|
|
156
156
|
sage: E = mwrank_EllipticCurve([0, 0, 1, -1, 0])
|
|
157
157
|
sage: E.saturate() # no output
|
|
158
158
|
sage: E.gens()
|
|
159
|
-
[
|
|
159
|
+
([0, -1, 1],)
|
|
160
160
|
|
|
161
161
|
sage: E = mwrank_EllipticCurve([0, 0, 1, -1, 0])
|
|
162
162
|
sage: E.set_verbose(1)
|
|
@@ -552,10 +552,10 @@ class mwrank_EllipticCurve(SageObject):
|
|
|
552
552
|
|
|
553
553
|
sage: E = mwrank_EllipticCurve([0, 0, 0, -1002231243161, 0])
|
|
554
554
|
sage: E.gens()
|
|
555
|
-
[
|
|
555
|
+
([-1001107, -4004428, 1],)
|
|
556
556
|
sage: E.saturate()
|
|
557
557
|
sage: E.gens()
|
|
558
|
-
[
|
|
558
|
+
([-1001107, -4004428, 1],)
|
|
559
559
|
|
|
560
560
|
Check that :issue:`18031` is fixed::
|
|
561
561
|
|
|
@@ -570,18 +570,18 @@ class mwrank_EllipticCurve(SageObject):
|
|
|
570
570
|
self.__two_descent_data().saturate(bound, lower)
|
|
571
571
|
self.__saturate = bound
|
|
572
572
|
|
|
573
|
-
def gens(self) ->
|
|
573
|
+
def gens(self) -> tuple:
|
|
574
574
|
"""
|
|
575
|
-
Return a
|
|
575
|
+
Return a tuple of the generators for the Mordell-Weil group.
|
|
576
576
|
|
|
577
577
|
EXAMPLES::
|
|
578
578
|
|
|
579
579
|
sage: E = mwrank_EllipticCurve([0, 0, 1, -1, 0])
|
|
580
580
|
sage: E.gens()
|
|
581
|
-
[
|
|
581
|
+
([0, -1, 1],)
|
|
582
582
|
"""
|
|
583
583
|
self.saturate()
|
|
584
|
-
return parse_point_list(self.__two_descent_data().getbasis())
|
|
584
|
+
return tuple(parse_point_list(self.__two_descent_data().getbasis()))
|
|
585
585
|
|
|
586
586
|
def certain(self):
|
|
587
587
|
r"""
|
|
@@ -870,7 +870,7 @@ class mwrank_MordellWeil(SageObject):
|
|
|
870
870
|
|
|
871
871
|
sage: E = mwrank_EllipticCurve([0,0,1,-7,6])
|
|
872
872
|
sage: E.gens()
|
|
873
|
-
[
|
|
873
|
+
([1, -1, 1], [-2, 3, 1], [-14, 25, 8])
|
|
874
874
|
sage: EQ = mwrank_MordellWeil(E)
|
|
875
875
|
sage: EQ.process([[1, -1, 1], [-2, 3, 1], [-14, 25, 8]])
|
|
876
876
|
P1 = [1:-1:1] is generator number 1
|
|
Binary file
|
sage/libs/eclib/mat.pyx
CHANGED
|
@@ -12,7 +12,6 @@ from sage.matrix.matrix_integer_sparse cimport Matrix_integer_sparse
|
|
|
12
12
|
from sage.matrix.matrix_integer_dense cimport Matrix_integer_dense
|
|
13
13
|
from sage.rings.integer cimport Integer
|
|
14
14
|
|
|
15
|
-
|
|
16
15
|
cdef class Matrix:
|
|
17
16
|
"""
|
|
18
17
|
A Cremona Matrix.
|
|
@@ -213,8 +212,7 @@ cdef class Matrix:
|
|
|
213
212
|
<class 'sage.matrix.matrix_integer_dense.Matrix_integer_dense'>
|
|
214
213
|
"""
|
|
215
214
|
cdef long n = self.nrows()
|
|
216
|
-
cdef long i, j
|
|
217
|
-
cdef scalar* v = <scalar*> self.M.get_entries() # coercion needed to deal with const
|
|
215
|
+
cdef long i, j
|
|
218
216
|
|
|
219
217
|
cdef Matrix_integer_dense Td
|
|
220
218
|
cdef Matrix_integer_sparse Ts
|
|
@@ -222,21 +220,19 @@ cdef class Matrix:
|
|
|
222
220
|
# Ugly code...
|
|
223
221
|
if sparse:
|
|
224
222
|
Ts = MatrixSpace(ZZ, n, sparse=sparse).zero_matrix().__copy__()
|
|
225
|
-
k = 0
|
|
226
223
|
for i from 0 <= i < n:
|
|
227
224
|
for j from 0 <= j < n:
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
225
|
+
Mij = Integer(self.M.sub(i+1,j+1))
|
|
226
|
+
if Mij:
|
|
227
|
+
Ts.set_unsafe(i, j, Mij)
|
|
231
228
|
return Ts
|
|
232
229
|
else:
|
|
233
230
|
Td = MatrixSpace(ZZ, n, sparse=sparse).zero_matrix().__copy__()
|
|
234
|
-
k = 0
|
|
235
231
|
for i from 0 <= i < n:
|
|
236
232
|
for j from 0 <= j < n:
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
233
|
+
Mij = Integer(self.M.sub(i+1,j+1))
|
|
234
|
+
if Mij:
|
|
235
|
+
Td.set_unsafe(i, j, Mij)
|
|
240
236
|
return Td
|
|
241
237
|
|
|
242
238
|
|
|
Binary file
|
|
Binary file
|
sage_wheels/bin/mwrank
CHANGED
|
Binary file
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
passagemath_eclib.libs/libec-bfefd457.so.10.3.0,sha256=ak5XWEZcpE4unON73R7p4R7SM93viqxM7e-aUsicYX0,39671705
|
|
2
|
-
passagemath_eclib.libs/libflint-7dd7ad94.so.19.0.0,sha256=5XhocDqfuiRyQcgoKo9K6Nx4Bfdv0ZytIVOTViD_kMA,12146601
|
|
3
|
-
passagemath_eclib.libs/libgcc_s-69c45f16.so.1,sha256=BOFjRP57t9LgRNNAnFVK5VHmrp5UU-p5NcfcZ10dnd4,201673
|
|
4
|
-
passagemath_eclib.libs/libgf2x-70a6d572.so.3.0.0,sha256=ie2JbL61wzjxy5xODPEwTp7gbugZGlMoKgUmTm2W70M,198313
|
|
5
|
-
passagemath_eclib.libs/libgmp-8e78bd9b.so.10.5.0,sha256=im50qR2w_N41DOhdzO_WChiY-_a2Ite2YarRdCFuysg,666617
|
|
6
|
-
passagemath_eclib.libs/libmpfr-5ff10580.so.6.2.1,sha256=nVHBtdHTQ9XY-4RIcofTw121FrMRzUAAXU4Upi4sZKM,930305
|
|
7
|
-
passagemath_eclib.libs/libntl-1c694aef.so.44.0.1,sha256=fdRL2C4GN8BTfvdfraYNqg9wJGZns8r1m6rky6P5-ac,3073641
|
|
8
|
-
passagemath_eclib.libs/libpari-gmp-tls-2c52a51c.so.2.15.5,sha256=7wQzuBaLxERenHHfM548KsapYN86Cl2M5GSfEzL8c8M,10829537
|
|
9
|
-
passagemath_eclib.libs/libstdc++-1f1a71be.so.6.0.33,sha256=sURAhanafc8tH6FGDqPKz7dsPGNb0Aym8vBo6UbJ3Ok,3650097
|
|
10
|
-
sage/all__sagemath_eclib.py,sha256=Fb1yQw6ae3BZt2F28ZiQzY5lmSwar1mhGbSxmehVfYw,328
|
|
11
|
-
sage/interfaces/all__sagemath_eclib.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
|
|
12
|
-
sage/interfaces/mwrank.py,sha256=y6lal269BI5a2Uvf35qN8ovvYikn3MRJ7_L_a2KU0a8,12478
|
|
13
|
-
sage/libs/all__sagemath_eclib.py,sha256=H84MU_RUF7AFi4kYwqjD7qf-5Ubp8p1JM0CQ3zQPEbM,497
|
|
14
|
-
sage/libs/eclib/__init__.pxd,sha256=yZCJh1tL3IAPRsl-3KBuI0L1R3g4OEtXwtRzAfthbyE,4834
|
|
15
|
-
sage/libs/eclib/__init__.py,sha256=VjiZlK64wgH3SQYvGUcepeTUQngHlgGRH90Uyv5LnSE,44
|
|
16
|
-
sage/libs/eclib/all.py,sha256=Nwq0p-bytJLGjPQi9SA0ej_gnjDmhUYHsqr6owIimss,316
|
|
17
|
-
sage/libs/eclib/constructor.py,sha256=k4ug-84zOdPsVkcc0fQECuaXcxdWuK34j76U4n0k80Y,2962
|
|
18
|
-
sage/libs/eclib/homspace.cpython-313-aarch64-linux-musl.so,sha256=L0nhGo8t0ePVbPxNqYnsES9nMO-hAgqL-Co6Lz2vrJo,789697
|
|
19
|
-
sage/libs/eclib/homspace.pxd,sha256=snYcG_sEmIHuV1zAlVjXgYfCyJ_BIBRKplJ8dOVisMw,131
|
|
20
|
-
sage/libs/eclib/homspace.pyx,sha256=uzmWG8kKgH9NNAEx-Ym1JaW7UVUwoJ-jwsWdwh7jfw4,9653
|
|
21
|
-
sage/libs/eclib/interface.py,sha256=lOBGfGvWsL_-56IaepXVj13ijX7HE-IsijUzIaOQ2DU,50548
|
|
22
|
-
sage/libs/eclib/mat.cpython-313-aarch64-linux-musl.so,sha256=4NyaZxBDFdQ9qSfcK9CO17PyvxQNJnw5n3kczmTXxrI,658513
|
|
23
|
-
sage/libs/eclib/mat.pxd,sha256=JXuI8yzgKxxGkVWfM5hNvr3I8bIu-HKzmNuddrV0Hf8,173
|
|
24
|
-
sage/libs/eclib/mat.pyx,sha256=n2f_CIxIujRUFgUrltKj8p7eFKNFD4QvdPKDv6b5Byo,7417
|
|
25
|
-
sage/libs/eclib/mwrank.cpython-313-aarch64-linux-musl.so,sha256=9xXHrK8cMbIU7Cyitvk-TJ__SDUCfy2V2vri5vYHWRI,1383553
|
|
26
|
-
sage/libs/eclib/mwrank.pyx,sha256=39FNEm22seSBoepMAUdf-aUT5DGVkErzqzFfun8BkqQ,43700
|
|
27
|
-
sage/libs/eclib/newforms.cpython-313-aarch64-linux-musl.so,sha256=9JefBH6dr6dK6R0IGjLjnJC-vgnnhwZqsV3SyEkc4xc,990433
|
|
28
|
-
sage/libs/eclib/newforms.pxd,sha256=7OmyBO8Tj8hncCdPAPHNLIS4axhZRM-rRYoyLjZ7-Mc,186
|
|
29
|
-
sage/libs/eclib/newforms.pyx,sha256=sqx0yta_mul8McABIBlzK0Xj9COo-HFDM_zFCWtbKMc,15483
|
|
30
|
-
sage_wheels/bin/mwrank,sha256=VQ1WYTP1seyO4iys6PojiLAiL6OUUF4dv3MPcZ6-ns0,397273
|
|
31
|
-
passagemath_eclib-10.5.37.dist-info/METADATA,sha256=5_6q9DYm5ak8Ggj0Z5HpRINVbXBus3dme8fRPH7cJ5I,6831
|
|
32
|
-
passagemath_eclib-10.5.37.dist-info/WHEEL,sha256=Faci8hVuiclsU_0Xbv3Oaa4Y1CFCZFnD1wT6cXWw0Cs,113
|
|
33
|
-
passagemath_eclib-10.5.37.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
34
|
-
passagemath_eclib-10.5.37.dist-info/RECORD,,
|
|
Binary file
|
{passagemath_eclib-10.5.37.dist-info → passagemath_eclib-10.6.31rc2.dist-info}/top_level.txt
RENAMED
|
File without changes
|