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_ *const input, const std::size_t nrow, const std::size_t ncol, const std::size_t input_stride, Output_ *const output, const std::size_t output_stride) |
template<typename Input_ , typename Output_ > | |
void | tatami::transpose (const Input_ *const input, const std::size_t nrow, const std::size_t ncol, Output_ *const output) |
Transpose a dense array.