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

Function eval

include/af/array.h:1516–1524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514#endif
1515
1516 inline void eval(array &a, array &b)
1517 {
1518#if AF_API_VERSION >= 34
1519 array *arrays[] = {&a, &b};
1520 return eval(2, arrays);
1521#else
1522 eval(a); b.eval();
1523#endif
1524 }
1525
1526 inline void eval(array &a, array &b, array &c)
1527 {

Callers 9

TESTFunction · 0.50
TESTFunction · 0.50
testTwoLargeNonLinearFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
sweFunction · 0.50
mandelbrotFunction · 0.50
mainFunction · 0.50

Calls 1

evalMethod · 0.45

Tested by

no test coverage detected