Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Functions
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. More...
 

Detailed Description

Performs (deep) copy operations between containers and views.

Definition in file copy.h.