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

Method SetUp

test/approx1.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52class Approx1 : public ::testing::Test {
53 public:
54 virtual void SetUp() {
55 subMat0.push_back(af_make_seq(0, 4, 1));
56 subMat0.push_back(af_make_seq(2, 6, 1));
57 subMat0.push_back(af_make_seq(0, 2, 1));
58 }
59 vector<af_seq> subMat0;
60};
61

Callers

nothing calls this directly

Calls 1

af_make_seqFunction · 0.50

Tested by

no test coverage detected