Expand description
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.
Structsยง
- Matrix
- A static matrix type
- Vector
- A static column vector type
- Vector
Column - A static column vector type
- Vector
Row - A static row vector type