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:18:11 -04:00
parent 9d8ecaf48c
commit f02b398b22

View File

@@ -1,2 +1,3 @@
# Introduction
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.