matrix.h 62 B

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