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

View File

@@ -1,3 +1,15 @@
# sta-peak
# Performant Embedded Algebra Kit (PEAK)
> ⚠️ **Warning:** WORK IN PROGRESS and UNTESTED
## Description
The Performant Embeddded Algebra Kit (PEAK) is a lightweight and easy-to-use library for performing various algebraic operations.
## Features
- Matrix operations: Perform matrix addition, subtraction, multiplication, and inversion.
- Kalman Filter implementation
The Performant Embedded Algebra Kit (PEAK) provides structures, classes and functions for various algebraic operations.