tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
Namespaces | Functions
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.