Factorchain Library
Factorchain is a powerful mathematical framework for optimizing computation chains using interconnected operations.
Installation
pip install factorchain
Usage
from factorchain import Factorchain
def square(x):
return x * x
fc = Factorchain([square, np.sin])
result = fc.compute(3)
print(result)
Features
- Matrix operations
- Fourier Transforms
- Polynomial expansions
- Neural network applications
Release files for factorchain 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| factorchain-1.0.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| factorchain-1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / factorchain-1.0.tar.gz
| Download URL | factorchain-1.0.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
55a3660f95385dc36de4506f989542f85336ca5dd67263749fe7303bcb436218
|
|
BLAKE2b-256 checksum How to use checksums |
e5eb2bc3c01fafb30dfef8e1834bc99951919faab8c3ce8f32da0063c6260496
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.5
|
Release files / factorchain-1.0-py3-none-any.whl
| Download URL | factorchain-1.0-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
10bed4ab736813284659f0b18710091e37d79bb2d8e2ff726f37dc1af602bfb6
|
|
BLAKE2b-256 checksum How to use checksums |
4ae9ddeff29773ba2452926c5ce374cfa007aae9d588dcabc98a48881059a4d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.5
|