MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / dot

Function dot

src/api/cpp/blas.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62array dot(const array &lhs, const array &rhs, const matProp optLhs,
63 const matProp optRhs) {
64 af_array out = 0;
65 AF_THROW(af_dot(&out, lhs.get(), rhs.get(), optLhs, optRhs));
66 return array(out);
67}
68
69#define INSTANTIATE_REAL(TYPE) \
70 template<> \

Callers

nothing calls this directly

Calls 3

af_dotFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected