MCPcopy 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
509array array::T() const { return transpose(*this); }
510
511array array::H() const { return transpose(*this, true); }
512

Callers 15

TESTFunction · 0.80
gforFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TYPED_TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
perceptron_demoFunction · 0.80
naive_bayes_predictFunction · 0.80

Calls 1

transposeFunction · 0.70

Tested by

no test coverage detected