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

Function dot

src/api/c/blas.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54template<typename T>
55static inline af_array dot(const af_array lhs, const af_array rhs,
56 af_mat_prop optLhs, af_mat_prop optRhs) {
57 return getHandle(
58 dot<T>(getArray<T>(lhs), getArray<T>(rhs), optLhs, optRhs));
59}
60
61template<typename T>
62static inline T dotAll(af_array out) {

Callers 9

TESTFunction · 0.50
TESTFunction · 0.50
SetUpMethod · 0.50
TEST_PFunction · 0.50
TESTFunction · 0.50
sparseConjugateGradientFunction · 0.50
denseConjugateGradientFunction · 0.50
checkConjugateGradientFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected