MCPcopy 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
22void transposeInPlace(array& in, const bool conjugate) {
23 AF_THROW(af_transpose_inplace(in.get(), conjugate));
24}
25
26} // namespace af

Callers 1

transposeInPlaceCPPTestFunction · 0.85

Calls 2

af_transpose_inplaceFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected