Crate static_linear_algebra

Source
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
VectorColumn
A static column vector type
VectorRow
A static row vector type