|
DFT-FE 1.3.0-pre
Density Functional Theory With Finite-Elements
|
#include <MemoryTransfer.h>
Static Public Member Functions | |
| template<typename ValueType> | |
| static void | copy (std::size_t size, ValueType *dst, const ValueType *src) |
| Copy array from the memory space of source to the memory space of destination. | |
|
static |
Copy array from the memory space of source to the memory space of destination.
| size | the length of the array |
| dst | pointer to the destination |
| src | pointer to the source |