Add ipkg file
This commit is contained in:
parent
20a36a533e
commit
f73026f8a8
|
@ -1,2 +1,6 @@
|
|||
# numidr
|
||||
Linear algebra and matrix math library for Idris2
|
||||
# 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/).
|
||||
|
|
7
numidr.ipkg
Normal file
7
numidr.ipkg
Normal file
|
@ -0,0 +1,7 @@
|
|||
package numidr
|
||||
version = 0.0.0
|
||||
|
||||
authors = "kiana-S"
|
||||
license = "MIT"
|
||||
|
||||
sourcedir = "src"
|
Loading…
Reference in a new issue