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

Function norm4

examples/pde/bhrt.cpp:561–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561af::array norm4(const af::array& pos, const af::array& vel) {
562 return dot_product(pos, vel, vel);
563}
564
565af::array partials(const af::array& pos4, uint32_t index, double rel_diff,
566 double abs_diff) {

Callers 1

Calls 1

dot_productFunction · 0.85

Tested by

no test coverage detected