MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_cdouble stdev

Function af_cdouble stdev

src/api/cpp/stdev.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37template<>
38AFAPI af_cdouble stdev(const array& in, const af_var_bias bias) {
39 double real, imag;
40 AF_THROW(af_stdev_all_v2(&real, &imag, in.get(), bias));
41 return {real, imag};
42}
43
44template<>
45AFAPI af_cfloat stdev(const array& in) {

Callers

nothing calls this directly

Calls 2

af_stdev_all_v2Function · 0.50
getMethod · 0.45

Tested by

no test coverage detected