A fast scientific math library powered by Cython
Project description
Numera
A fast scientific math library for Python, powered by Cython.
Installation
pip install Numera
Modules
Numera.Core.Matrices— Linear algebraNumera.Stats— Descriptive statisticsNumera.Calculus— Derivatives, integrals, ODENumera.Math— Log, exp, factorial, combinations
Quick start
from Numera.Core.Matrices import Matrix from Numera.Stats import Stats from Numera.Calculus import Calculus from Numera.Math import Math
A = Matrix([[1, 2], [3, 4]]) print(A.det()) # -2.0
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
numera-0.1.0.tar.gz
(673.5 kB
view details)
File details
Details for the file numera-0.1.0.tar.gz.
File metadata
- Download URL: numera-0.1.0.tar.gz
- Upload date:
- Size: 673.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2fcfeb10bc0d4e1e4bebc4cf48fc3d4cdd26f1ad17bbdd7e3fbc3bdb0be3d52
|
|
| MD5 |
d252ffd7d0529628c9e53d6cc367e0cf
|
|
| BLAKE2b-256 |
9553526a75058bba5f48d26eaac0c38da7e6fa024cfb33a4b8cb34a5b16923b7
|