CUSP
Loading...
Searching...
No Matches
copy.h File Reference

Performs (deep) copy operations between containers and views. More...

Go to the source code of this file.

Functions

template<typename SourceType , typename DestinationType >
void cusp::copy (const SourceType &src, DestinationType &dst)
 Copy one array or matrix to another.
 

Detailed Description

Performs (deep) copy operations between containers and views.

Definition in file copy.h.