numidr/README.md

9 lines
373 B
Markdown
Raw Normal View History

2022-05-10 17:35:12 -04:00
# NumIdr
2022-05-21 16:38:21 -04:00
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](https://numpy.org/),
2022-05-10 17:35:12 -04:00
as well as Rust's [nalgebra](https://www.nalgebra.org/).
2022-05-21 16:38:21 -04:00
The name is pronounced like "num-idge".