Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ transposeInPlace
Function
transposeInPlace
src/api/cpp/transpose.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void transposeInPlace(array& in, const bool conjugate) {
23
AF_THROW(af_transpose_inplace(in.get(), conjugate));
24
}
25
26
} // namespace af
Callers
1
transposeInPlaceCPPTest
Function · 0.85
Calls
2
af_transpose_inplace
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected