![]() |
LIBML
Version 3.2.4
LIBML DSP Software Library
|
Functions | |
void | tpt_mat_cmplx_trans_f32 (f32_t *aOutMat, const f32_t *aInMat, uint32_t aM, uint32_t aK) |
Transpose the single-precision floating-point complex matrices. More... | |
void | tpt_mat_cmplx_trans_f64 (f64_t *aOutMat, const f64_t *aInMat, uint32_t aM, uint32_t aK) |
Transpose the single-precision floating-point complex matrices. More... | |
void | tpt_mat_cmplx_trans_q15 (q15_t *aOutMat, const q15_t *aInMat, uint32_t aM, uint32_t aK) |
Transpose the q15 complex matrices. More... | |
void | tpt_mat_cmplx_trans_q31 (q31_t *aOutMat, const q31_t *aInMat, uint32_t aM, uint32_t aK) |
Transpose the q31 complex matrices. More... | |
Complex matrix transpose functions transpose a complex matrix and write the result into a destination complex matrix.
Transpose the single-precision floating-point complex matrices.
[out] | aOutMat | pointer of the output complex matrix |
[in] | aInMat | pointer of the input complex matrix |
[in] | aM | number of rows in a complex matrix |
[in] | aK | number of columns in a complex matrix |
Transpose the single-precision floating-point complex matrices.
[out] | aOutMat | pointer of the output complex matrix |
[in] | aInMat | pointer of the input complex matrix |
[in] | aM | number of rows in a complex matrix |
[in] | aK | number of columns in a complex matrix |
Transpose the q15 complex matrices.
[out] | aOutMat | pointer of the output complex matrix |
[in] | aInMat | pointer of the input complex matrix |
[in] | aM | number of rows in a complex matrix |
[in] | aK | number of columns in a complex matrix |
Transpose the q31 complex matrices.
[out] | aOutMat | pointer of the output complex matrix |
[in] | aInMat | pointer of the input complex matrix |
[in] | aM | number of rows in a complex matrix |
[in] | aK | number of columns in a complex matrix |