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

Function af_stdev_all

src/api/c/stdev.cpp:96–98  ·  view source on GitHub ↗

NOLINTNEXTLINE(readability-non-const-parameter)

Source from the content-addressed store, hash-verified

94
95// NOLINTNEXTLINE(readability-non-const-parameter)
96af_err af_stdev_all(double* realVal, double* imagVal, const af_array in) {
97 return af_stdev_all_v2(realVal, imagVal, in, AF_VARIANCE_POPULATION);
98}
99
100af_err af_stdev_all_v2(double* realVal, double* imagVal, const af_array in,
101 const af_var_bias bias) {

Callers

nothing calls this directly

Calls 1

af_stdev_all_v2Function · 0.70

Tested by

no test coverage detected