tatami
C++ API for different matrix representations
|
Transpose a dense array. More...
Go to the source code of this file.
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Functions | |
template<typename Input_ , typename Output_ > | |
void | tatami::transpose (const Input_ *input, size_t nrow, size_t ncol, size_t input_stride, Output_ *output, size_t output_stride) |
template<typename Input_ , typename Output_ > | |
void | tatami::transpose (const Input_ *input, size_t nrow, size_t ncol, Output_ *output) |
Transpose a dense array.