updated readme
All checks were successful
Merge-Checker / build_and_test (pull_request) Successful in 21s

This commit is contained in:
2025-05-21 18:40:16 -04:00
parent 61b67052f3
commit eb98e6a6c3

View File

@@ -1,3 +1,5 @@
# Introduction # Introduction
This matrix math library is focused on embedded development and avoids any heap memory allocation unless you explicitly ask for it. This matrix math library is focused on embedded development and avoids any heap memory allocation unless you explicitly ask for it.
It uses templates to pre-allocate matrices on the stack. It uses templates to pre-allocate matrices on the stack.
There are still several operations that are works in progress