einops style multi dimensional meshgrids
Project description
einmesh
einops-style multi dimensional meshgrids
Example
from einmesh import einmesh
from einmesh.spaces import LinSpace, LogSpace
x = einmesh(
"x y", # Name a set of axis
x=LinSpace(start=0, end=1, num=2), # Provide a space to sample from
y=LogSpace(start=0, end=1, num=2) # Mix and match as you like!
)
print(x.shape)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
einmesh-0.0.1.tar.gz
(90.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file einmesh-0.0.1.tar.gz.
File metadata
- Download URL: einmesh-0.0.1.tar.gz
- Upload date:
- Size: 90.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5f84c35d6a617d55c2cb69f9c874682b22605366630bf17151238e3984a31dd
|
|
| MD5 |
acf77dfadcb744022acdc2f36ebdee5b
|
|
| BLAKE2b-256 |
e59f66212feebc0dfdf9df98055173b4ade2ec3a7d376db2049ec0a0799c1863
|
File details
Details for the file einmesh-0.0.1-py3-none-any.whl.
File metadata
- Download URL: einmesh-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d1ed01867f75a54d9405e4c39a9c268f24eae5bdb186e420d501d616fc53f6a
|
|
| MD5 |
2e86bf17e9fc7c67ebe15c94f650c046
|
|
| BLAKE2b-256 |
415950fe3860bfbd4d4b1141131a75c41f11463d044797e856b00790fd64d324
|