Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ T
Method
T
src/api/cpp/array.cpp:509–509 ·
view source on GitHub ↗
Transpose and Conjugate Transpose
Source
from the content-addressed store, hash-verified
507
508
// Transpose and Conjugate Transpose
509
array array::T() const { return transpose(*this); }
510
511
array array::H() const { return transpose(*this, true); }
512
Callers
15
TEST
Function · 0.80
gfor
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TYPED_TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
perceptron_demo
Function · 0.80
naive_bayes_predict
Function · 0.80
Calls
1
transpose
Function · 0.70
Tested by
no test coverage detected