Add matrix and kf code

This commit is contained in:
Milo Priegnitz
2024-05-24 17:32:02 +02:00
parent 78ed2e4eab
commit 290c48bfb1
10 changed files with 1013 additions and 2 deletions

11
library.json Normal file
View File

@@ -0,0 +1,11 @@
{
"owner" : "sta",
"name": "sta-peak",
"version": "0.1.0",
"dependencies": [
{
"url": "git@gitlab.com:sta-git/alpaka/sta-core.git",
"ref": "main"
}
]
}