A simple matrix class that handles basic matrix operations
Project description
Matrix
Generate distribution archive
python3 -m pip install --upgrade build
rm dist/*
python3 -m build
Upload the distribution archive
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*
Install
pip install apex_matrix
Tests
python3 -m unittest discover -s tests
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.1.1.tar.gz
(5.2 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.1.1.tar.gz.
File metadata
- Download URL: apex_matrix-1.1.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
563a203fb18d8dd7e41ee20b47c157ef953ea23948ad5c0464fe00adcd637ba7
|
|
| MD5 |
676045bd56da8acdcffd9dd57dc710da
|
|
| BLAKE2b-256 |
667e7b9b0350cf4c4b71d36b3f256b7f1a71de5806f3347b56713c22a7d32a43
|
File details
Details for the file apex_matrix-1.1.1-py3-none-any.whl.
File metadata
- Download URL: apex_matrix-1.1.1-py3-none-any.whl
- Upload date:
- Size: 4.9 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 |
184765d7c1caabcc049eda2024550539b28a403d32cb731b192a1644e69d501f
|
|
| MD5 |
26599dce053b9b382611409ba268b48c
|
|
| BLAKE2b-256 |
b4d4f9c79c9b4bac716b57f5283eca2d7dd15f98ef357993cc5cec7e491bb2f9
|