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

Method SetUp

test/moddims.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class Moddims : public ::testing::Test {
29 public:
30 virtual void SetUp() {
31 subMat.push_back(af_make_seq(1, 2, 1));
32 subMat.push_back(af_make_seq(1, 3, 1));
33 }
34 vector<af_seq> subMat;
35};
36

Callers

nothing calls this directly

Calls 1

af_make_seqFunction · 0.50

Tested by

no test coverage detected