Added matrix test timings

Timings get auto-comitted

Update matrix-timing-tests timings [skip ci]

Updated readme

Update matrix-timing-tests timings [skip ci]

Fixing auto-checkout issues
This commit is contained in:
2025-05-21 18:03:18 -04:00
parent a5dbd01aa1
commit 61b67052f3
3 changed files with 100 additions and 8 deletions

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.