I just realized that the arm_mult_f32 is a function to multiply vectors not matrices, sorry for the confusion, I mean the function arm_mat_mult_f32.
But now I realized that this function is not in the header file mw_cmsis.h created by the coder. Looks like that whenever some piece of code is replaced by the call of a CMSIS library function this header is generated with all the supported functions from the CMSIS library, and there's no functions for matrix multiplication in this file. Does this mean that the Coder doesn't support replacing code for matrix multiplications?
Thanks!