pygeoinf 1.1.4__py3-none-any.whl → 1.1.5__py3-none-any.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.
- pygeoinf/operators.py +2 -0
- pygeoinf/symmetric_space/sphere.py +4 -0
- {pygeoinf-1.1.4.dist-info → pygeoinf-1.1.5.dist-info}/METADATA +1 -1
- {pygeoinf-1.1.4.dist-info → pygeoinf-1.1.5.dist-info}/RECORD +6 -6
- {pygeoinf-1.1.4.dist-info → pygeoinf-1.1.5.dist-info}/LICENSE +0 -0
- {pygeoinf-1.1.4.dist-info → pygeoinf-1.1.5.dist-info}/WHEEL +0 -0
pygeoinf/operators.py
CHANGED
|
@@ -457,6 +457,10 @@ class Lebesgue(SphereHelper, HilbertModule, AbstractInvariantLebesgueSpace):
|
|
|
457
457
|
|
|
458
458
|
return LinearOperator.self_adjoint(self, mapping)
|
|
459
459
|
|
|
460
|
+
def __str__(self) -> str:
|
|
461
|
+
"""Returns the string representation of the form's components."""
|
|
462
|
+
return f"Lebesgue space on sphere\nlmax={self.lmax}\nradius={self.radius}\ngrid={self.grid}\nextend={self.extend}"
|
|
463
|
+
|
|
460
464
|
|
|
461
465
|
class Sobolev(SphereHelper, MassWeightedHilbertModule, AbstractInvariantSobolevSpace):
|
|
462
466
|
"""
|
|
@@ -8,13 +8,13 @@ pygeoinf/linear_bayesian.py,sha256=aIOzTZbjJtdtwHKh5e01iS8iMiyr8XuwGx91udS3VK4,9
|
|
|
8
8
|
pygeoinf/linear_forms.py,sha256=Uizipi67i1Sd6m0TzsrJd99Xreo_6V8Db0gMy76fG6g,5953
|
|
9
9
|
pygeoinf/linear_optimisation.py,sha256=7lklTRRBGkz8M9WsfvkDl-eoGkc4Ty7BOJq7LWkdxCg,11091
|
|
10
10
|
pygeoinf/linear_solvers.py,sha256=P9SEjZ1LZdulr2KQrZojbvdCtAm--hMd4EArSu73L34,12154
|
|
11
|
-
pygeoinf/operators.py,sha256=
|
|
11
|
+
pygeoinf/operators.py,sha256=XO2_Y8d8Qo1RqGu3c5AgnAwsPAkial--LH9qdGtVs4M,33235
|
|
12
12
|
pygeoinf/random_matrix.py,sha256=_XVwXqM_c0SMpy6JU-8IboXpotug6dDDHKdSPAJpH7c,7788
|
|
13
13
|
pygeoinf/symmetric_space/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
pygeoinf/symmetric_space/circle.py,sha256=0EHPg2FcvWTOvCb8ualCW0uUp8RuUNfQ7oK6NHXtG1Q,17552
|
|
15
|
-
pygeoinf/symmetric_space/sphere.py,sha256=
|
|
15
|
+
pygeoinf/symmetric_space/sphere.py,sha256=BYh3-Eajdzx4YOd1cMagOG3PfqbgibSq4zSdFRg5Jg8,20768
|
|
16
16
|
pygeoinf/symmetric_space/symmetric_space.py,sha256=YkRjHucc2cO7IAoyJS5KMdiRBuytRpUfTUsVMHBPZYs,16146
|
|
17
|
-
pygeoinf-1.1.
|
|
18
|
-
pygeoinf-1.1.
|
|
19
|
-
pygeoinf-1.1.
|
|
20
|
-
pygeoinf-1.1.
|
|
17
|
+
pygeoinf-1.1.5.dist-info/LICENSE,sha256=GrTQnKJemVi69FSbHprq60KN0OJGsOSR-joQoTq-oD8,1501
|
|
18
|
+
pygeoinf-1.1.5.dist-info/METADATA,sha256=NPePR0GmfcViZ39WixMb1ETS8o6Ld4OjjTTHyl3id7U,15324
|
|
19
|
+
pygeoinf-1.1.5.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
20
|
+
pygeoinf-1.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|