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

Function copyData

src/api/c/handle.hpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107template<typename T>
108void copyData(T *data, const af_array &arr) {
109 return detail::copyData(data, getArray<T>(arr));
110}
111
112template<typename T>
113af_array copyArray(const af_array in) {

Callers 5

setup_vector_fieldFunction · 0.70
moment_copyFunction · 0.70
setup_plotFunction · 0.70
af_get_data_ptrFunction · 0.70
detFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected