![]() |
![]() |
Collaboration diagram for DSPF_sp_mat_trans:
|
| void | DSPF_sp_mat_trans (const float *restrict x, const int rows, const int cols, float *restrict y) |
| void DSPF_sp_mat_trans | ( | const float *restrict | x, | |
| const int | rows, | |||
| const int | cols, | |||
| float *restrict | y | |||
| ) |
This function transposes the input matrix x[] and writes the result to matrix y[].
| x[r1*c1] | Input matrix containing r1*c1 floating-point numbers | |
| rows | Number of rows in matrix x. Also number of columns in matrix y. | |
| cols | Number of columns in matrix x. Also number of rows in matrix y. | |
| y[c1*r1] | Output matrix containing c1*r1 floating-point numbers |