static_linear_algebra 0.1.0

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

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 checkedd at compile time.