Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
TEST(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
randu
Function · 0.85
svdInPlace
Function · 0.50
Tested by
no test coverage detected