MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / copy

Method copy

src/api/cpp/array.cpp:353–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353array array::copy() const {
354 af_array other = nullptr;
355 AF_THROW(af_copy_array(&other, get()));
356 return array(other);
357}
358
359#undef INSTANTIATE
360#define INSTANTIATE(fn) \

Callers 15

packageMethod · 0.45
choleskyTesterFunction · 0.45
replaceTestFunction · 0.45
replaceScalarTestFunction · 0.45
TESTFunction · 0.45
replace.cppFile · 0.45
qrTesterFunction · 0.45
fft.cppFile · 0.45
TYPED_TESTFunction · 0.45
writeTestFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 3

af_copy_arrayFunction · 0.50
getFunction · 0.50
arrayClass · 0.50

Tested by 1

toTempFormatFunction · 0.36