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

Function join

src/api/cpp/data.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224array join(const int dim, const array &first, const array &second) {
225 af_array out = 0;
226 AF_THROW(af_join(&out, dim, first.get(), second.get()));
227 return array(out);
228}
229
230array join(const int dim, const array &first, const array &second,
231 const array &third) {

Callers

nothing calls this directly

Calls 4

af_joinFunction · 0.50
arrayClass · 0.50
af_join_manyFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected