Linear Algebra experimental library
Project description
Lana 🧶
Linear algebra for nocturnal and adventurous data scientists.
Install
pip install lana
Example
from lana import Matrix
zeros = Matrix.zeros((3,3))
print(zeros)
print(f"shape: {zeros.shape}, type: {type(zeros)}")
mat = Matrix.matrix([[1,2,3],[4,5,6]])
print(mat)
print(f"shape: {mat.shape}, type: {type(mat)}")
for rows in mat:
print(rows, type(rows))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lana-0.1.2.tar.gz
(5.6 kB
view hashes)
Built Distribution
Close
Hashes for lana-0.1.2-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d7960280ed3c149267ff4a3528a1f53efbd8d0d6f9f1aa6d6a6a56b2e5a9e0d |
|
MD5 | b6e0463ad866757c47e09d7ce2e6f60f |
|
BLAKE2b-256 | c48c3fd564366b7e46db742921b4cfa09fd318982bf337750025088ac3a41ce8 |