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/*
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.2.tar.gz
(3.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 apex_matrix-1.0.2.tar.gz.
File metadata
- Download URL: apex_matrix-1.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26dfec20a847c6a0e11825fe5a8bc242c7444c798220fcdfaa66d83d84eed96a
|
|
| MD5 |
368cdbb628dd41d6318d7786209ec55d
|
|
| BLAKE2b-256 |
bb1eaaea2a9d778182c0f2091a8471a5f773ca3724623676149e9a2b72bc99df
|
File details
Details for the file apex_matrix-1.0.2-py3-none-any.whl.
File metadata
- Download URL: apex_matrix-1.0.2-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 |
2c7161c633abd543453a0fa58bbd264efe7b779aaf88e20eee3aa4b98ec08a54
|
|
| MD5 |
e20e9547a042d22e1e0c431837a8567c
|
|
| BLAKE2b-256 |
29c62b42d4b7b43d365c4d8b9a260b757a1bde912157cf95a00d77749752c131
|