MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / cpu_copyArray

Function cpu_copyArray

quest/src/cpu/cpu_config.cpp:422–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420
421
422void cpu_copyArray(qcomp* dest, qcomp* src, qindex dim) {
423
424 memcpy(dest, src, dim * sizeof(qcomp));
425}
426
427
428void cpu_copyMatrix(qcomp** dest, qcomp** src, qindex dim) {

Callers 4

cpu_copyMatrixFunction · 0.85
setDiagMatrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected