Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ H
Method
H
src/api/cpp/array.cpp:511–511 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
509
array array::T() const { return transpose(*this); }
510
511
array array::H() const { return transpose(*this, true); }
512
513
void array::set(af_array tmp) {
514
if (arr) { AF_THROW(af_release_array(arr)); }
Callers
4
choleskyTester
Function · 0.80
qrTester
Function · 0.80
TYPED_TEST
Function · 0.80
TEST
Function · 0.80
Calls
1
transpose
Function · 0.70
Tested by
no test coverage detected