A simple matrix class that handles basic matrix operations
Project description
Matrix
Generate distribution archive
python3 -m pip install --upgrade build
python3 -m build
Upload the distribution archive
python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi dist/*
PIP Install
pip install apex_matrix
Usage
from apex_matrix.Matrix import Matrix
# Create matrix object
my_matrix = Matrix([1,2,3],[4,5,6])
# View docs
help(Matrix)
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
apex_matrix-1.0.1.tar.gz
(3.9 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 apex_matrix-1.0.1.tar.gz.
File metadata
- Download URL: apex_matrix-1.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3bcadb4e493e72ff93c150092a572745b30b48765cac8707dc2e9a7607bb7a0
|
|
| MD5 |
68ac87083262ff8e195c9184bcc9e397
|
|
| BLAKE2b-256 |
7728ab9e5094611e03c402198e0a82949d152984f62749a9767dd7bc165332e0
|
File details
Details for the file apex_matrix-1.0.1-py3-none-any.whl.
File metadata
- Download URL: apex_matrix-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
038afdfbd020b0b4273ef746bda4535657dcbc0f8e63c255bc4e72d860ff06e5
|
|
| MD5 |
f60287e3cd1446a0eac6a5662f59e908
|
|
| BLAKE2b-256 |
b5076072a92fad5fd108f729e2bcbe252009a02f40373e7f05f5f3459842f4c6
|