numidr/README.md

7 lines
298 B
Markdown
Raw Normal View History

2022-05-10 17:35:12 -04:00
# NumIdr
NumIdr is a linear algebra and matrix math library for Idris 2. It features
an efficient, type-safe array system, as well as utilities for working with
vector spaces. It is heavily inspired by Python's [NumPy](https://numpy.org/),
as well as Rust's [nalgebra](https://www.nalgebra.org/).