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

Function TEST

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

Source from the content-addressed store, hash-verified

162// }
163
164TEST(svd, InPlaceRect0_Exception) {
165 array in = randu(3, 5);
166 array u, s, v;
167 EXPECT_THROW(svdInPlace(u, s, v, in), af::exception);
168}

Callers

nothing calls this directly

Calls 2

randuFunction · 0.85
svdInPlaceFunction · 0.50

Tested by

no test coverage detected