![]() |
![]() |
Collaboration diagram for DSP_mat_trans:
|
| void | DSP_mat_trans (const short *restrict x, short rows, short columns, short *restrict r) |
| void DSP_mat_trans | ( | const short *restrict | x, | |
| short | rows, | |||
| short | columns, | |||
| short *restrict | r | |||
| ) |
This function transposes the input matrix x[ ] and writes the result to matrix r[ ]
| x | = Pointer to input matrix | |
| rows | = Number of rows in the input matrix | |
| columns | = Number of columns in the input matrix | |
| r | = Pointer to output matrix |