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

Class svd

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

Source from the content-addressed store, hash-verified

36
37template<typename T>
38class svd : public ::testing::Test {};
39
40typedef ::testing::Types<float, double, cfloat, cdouble> TestTypes;
41TYPED_TEST_SUITE(svd, TestTypes);

Callers 4

TESTFunction · 0.70
svdTestFunction · 0.70
checkInPlaceSameResultsFunction · 0.70
TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected