Linear algebra and data manipulation library for Idris2 | GitHub Mirror: https://github.com/kiana-S/numidr
Find a file
Kiana Sheibani ea824a901b
Implement LU and LUP decomposition
These implementations are absolutely terrible, but they'll work
for now. I'll refactor them when there are more library features available.
2022-08-31 15:41:24 -04:00
src/Data Implement LU and LUP decomposition 2022-08-31 15:41:24 -04:00
.gitignore Update .gitignore 2022-05-10 16:41:34 -04:00
LICENSE Initial commit 2022-05-10 16:38:53 -04:00
numidr.ipkg Update ipkg file to 0.1.0 2022-06-25 01:06:41 -04:00
README.md Add vector & matrix modules 2022-05-21 16:38:21 -04:00

NumIdr

NumIdr is a linear algebra and data manipulation library for Idris 2. It features an efficient, type-safe array data structure, as well as utilities for working with vector spaces and matrices. It borrows concepts heavily from Python's NumPy, as well as Rust's nalgebra.

The name is pronounced like "num-idge".