Home

Awesome

linalg

Linalg is a collection of inline routines for operations on vectors, matrices, and quaternions. It is implemented as a single header file using portable C and has no dependencies. Both single precision (float) and double precision (double) versions are available. To use, simply include linalg.h in your source code. The code can be cleanly compiled as both C and C++.

List of types

List of functions