#linear-algebra #matrix-vector #compile-time #size #matrix-operations #checked #compatibility

static_linear_algebra

A static linear algebra library where size compatibility of operations are checked at compile time

2 unstable releases

0.2.0 Feb 25, 2024
0.1.0 Jul 22, 2023

#820 in Math

44 downloads per month

MIT/Apache

72KB
1.5K SLoC

This library is a static sized linear algebra library.

It contains matrices and vectors whose sizes must all be known at compile time and allows a multiplication and other operation between these. All size compatibilities are checked at compile time.

Dependencies

~1MB
~18K SLoC