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.ctransposedoes not support inputs that are of dimension greater than two.
Extended Capabilities
Version History
Introduced in R2019a
See Also
Apps
Functions
gpucoder.transpose|codegen|coder.gpu.kernel|coder.gpu.kernelfun|stencilfun|coder.gpu.constantMemory|gpucoder.reduce|gpucoder.sort