tatami
C++ API for different matrix representations
|
Copy data from one buffer to another. More...
Go to the source code of this file.
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Functions | |
template<typename Value_ , typename Size_ > | |
Value_ * | tatami::copy_n (const Value_ *input, Size_ n, Value_ *output) |
Copy data from one buffer to another.