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

Method SetUp

test/sort.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32class Sort : public ::testing::Test {
33 public:
34 virtual void SetUp() {
35 subMat0.push_back(af_make_seq(0, 4, 1));
36 subMat0.push_back(af_make_seq(2, 6, 1));
37 subMat0.push_back(af_make_seq(0, 2, 1));
38 }
39 vector<af_seq> subMat0;
40};
41

Callers

nothing calls this directly

Calls 1

af_make_seqFunction · 0.50

Tested by

no test coverage detected