tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
copy.hpp File Reference

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)
 

Detailed Description

Copy data from one buffer to another.