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.0.0.tar.gz
(4.7 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.0.tar.gz.
File metadata
- Download URL: apex_matrix-1.0.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae2a2cbedb3d9358022773eeb8d33620f482b87733968ff7f38912dc359691ae
|
|
| MD5 |
b4efc25fd8e85562675c84b4910311f0
|
|
| BLAKE2b-256 |
b6217faf4762e785dd33f4c821e9882e3525db66ceb13a86725f9c97e3e794f3
|
File details
Details for the file apex_matrix-1.0.0-py3-none-any.whl.
File metadata
- Download URL: apex_matrix-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.6 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 |
5fb77125ccdf0b930b15e3ccdcc92e1ad8d17078be2a7002928b51339daac7f6
|
|
| MD5 |
6a6b43846b3653b26d2af3a9e1672327
|
|
| BLAKE2b-256 |
7f32a0a394ae09f4d158f4cefeab03aae337364c1365b4b6c3e46049b928dac7
|