megapixels/src/matrix.h

2 lines
62 B
C
Raw Normal View History

void multiply_matrices(float a[9], float b[9], float out[9]);