Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
422
void cpu_copyArray(qcomp* dest, qcomp* src, qindex dim) {
423
424
memcpy(dest, src, dim * sizeof(qcomp));
425
}
426
427
428
void cpu_copyMatrix(qcomp** dest, qcomp** src, qindex dim) {
Callers
4
accel_statevec_getAmps_sub
Function · 0.85
accel_statevec_setAmps_sub
Function · 0.85
cpu_copyMatrix
Function · 0.85
setDiagMatr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected