Files
Megapixels/matrix.h
2020-12-06 15:22:53 +01:00

2 lines
62 B
C

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