Main Content
gpucoder.ctranspose
Optimized GPU implementation of the MATLAB transpose function
Description
performs efficient out-of-place conjugate transpose on the GPU using shared memory. When
called from MATLAB® (out of the code generation context), B
= gpucoder.ctranspose(A
)gpucoder.ctranspose
calls the built-in ctranspose
function.
Examples
Input Arguments
Output Arguments
Limitations
gpucoder.ctranspose
does not support inputs that are of dimension greater than two.
Version History
Introduced in R2019a
See Also
Apps
Functions
gpucoder.transpose
|codegen
|coder.gpu.kernel
|coder.gpu.kernelfun
|gpucoder.stencilKernel
|coder.gpu.constantMemory
|gpucoder.reduce
|gpucoder.sort