Firmware
|
Matrix algebra on raw arrays. More...
#include <inttypes.h>
#include <string.h>
#include <math.h>
Go to the source code of this file.
Functions | |
float * | mat_mul (float *A, float *B, uint8_t n) |
bool | mat_inverse (float *A, float *inv, uint8_t n) |
bool | inverse4x4 (float m[], float invOut[]) |
Matrix algebra on raw arrays.