This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

the problem in matrix multiplying

I define 3 matrix for multiplying,A, B, C.
one of that is for the answer!
I do it but I have a problem in output.
I want to get output in array mode to display in glcd but I don't know how I must do it! 
please help me
arm_mat_mult_f32(&matrix1,&matrix2,&answer);

Parents Reply Children