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 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.0.tar.gz
(5.1 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.0.tar.gz.
File metadata
- Download URL: apex_matrix-1.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
560273c7c685aa8526a897c79df2ccf4bb42f76397776f716544887f12f9862b
|
|
| MD5 |
6fa0950aca03419758177199932836d7
|
|
| BLAKE2b-256 |
c8d987c838d9e9e70e7e2bd3c6a5558cad33042f2abe9f2d556b758ed6e1cd27
|
File details
Details for the file apex_matrix-1.1.0-py3-none-any.whl.
File metadata
- Download URL: apex_matrix-1.1.0-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 |
2e4ac844361dee718704a371babf1346940f7abd3a1f5bcdcd8a26d4b19676df
|
|
| MD5 |
e2053e917dc300d87b03fb4f03be8082
|
|
| BLAKE2b-256 |
0e0ee7a93c355ab118427afbc252a1bef11115b08f585fab97f39719cb417e5c
|