Skip to main content

Extension module for matrix multiplication

Project description

LanaBLAS 🐑

stability-wip macOS Windows Linux Tests Passing

Linear Algebra for nocturnal and adventurous data scientists exploring BLAS

LanaBLAS is a repository primarily used for testing the development of CPython extension modules with external dependencies, such as (OpenBLAS). It's a work-in-progress memetic project aimed at having fun and learning new things.

Install

Actually, the package is currently only available for macOS x86. Wheels for ARM and Linux platforms will be added to the PyPI registry as soon as possible.

pip install lanablas==0.0.7

Example

from lanablas import Matrix

a = Matrix.ones(3,3)
print(a)
print(type(a), a.shape)

b = Matrix.eye(3)
print(b)
print(type(b), b.shape)

c = a + b
print(c)
print(type(c), b.shape)

For more comprehensive examples, please visit the examples folder

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

lanablas-0.0.7.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

lanablas-0.0.7-cp39-cp39-macosx_10_9_x86_64.whl (8.6 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page