48 float *
mat_mul(
float *A,
float *B, uint8_t n);
float * mat_mul(float *A, float *B, uint8_t n)
bool inv(const SquareMatrix< Type, M > &A, SquareMatrix< Type, M > &inv)
inverse based on LU factorization with partial pivotting
bool mat_inverse(float *A, float *inv, uint8_t n)
bool inverse4x4(float m[], float invOut[])