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

Class Approx1

test/approx1.cpp:52–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template<typename T>
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
62// Create a list of types to be tested
63typedef ::testing::Types<float, double, cfloat, cdouble> TestTypes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected