MCPcopy Create free account
hub / github.com/audeering/opensmile / copyTo

Method copyTo

src/core/dataMemoryLevel.cpp:578–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578void cMatrix::copyTo(void *dest, long destIdx, long srcIdx, long nT, bool zeroSource) {
579 copyData(dest, destIdx, data, srcIdx, nT, N, zeroSource);
580}
581
582void cMatrix::copyTo(cMatrix &dest, long destIdx, long srcIdx, long nT, bool zeroSource) {
583 copyData(dest.data, destIdx, data, srcIdx, nT, N, zeroSource);

Callers 2

growLevelMethod · 0.80
cacheAssetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected