Skip to content

Commit 0f8e71d

Browse files
committed
Merge branch 'master' of github.com:FRCTeam4069/Keigen
2 parents 6b2c912 + bf36c72 commit 0f8e71d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Keigen
2+
A linear algebra library based on Koma and Kotlingrad
3+
4+
This library is a minimal linear algebra library based on the API of koma with the shape type safety of kotlingrad, made for use in state space for our FRC robots
5+
6+
# Usage
7+
Add the following to your build.gradle
8+
9+
```
10+
repositories {
11+
maven {
12+
url "https://jitpack.io"
13+
}
14+
}
15+
16+
dependencies {
17+
...
18+
19+
compile "com.github.FRCTeam4069:Keigen:1.0.0"
20+
}
21+
```

0 commit comments

Comments
 (0)