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

Function make_vec

test/index.cpp:468–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468vector<af_seq> make_vec(af_seq first, af_seq second) {
469 vector<af_seq> out;
470 out.push_back(first);
471 out.push_back(second);
472 return out;
473}
474
475template<typename T>
476class Indexing : public ::testing::Test {

Callers 2

SetUpMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected