MCPcopy 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

509array array::T() const { return transpose(*this); }
510
511array array::H() const { return transpose(*this, true); }
512
513void array::set(af_array tmp) {
514 if (arr) { AF_THROW(af_release_array(arr)); }

Callers 4

choleskyTesterFunction · 0.80
qrTesterFunction · 0.80
TYPED_TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

transposeFunction · 0.70

Tested by

no test coverage detected