1
1
Fork 0
mirror of https://git.sr.ht/~martijnbraam/megapixels synced 2023-12-14 05:32:55 +01:00
megapixels/matrix.h

2 lines
62 B
C
Raw Normal View History

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