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

Function af_cdouble var

src/api/cpp/var.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71template<>
72AFAPI af_cdouble var(const array& in, const af_var_bias bias) {
73 double real, imag;
74 AF_THROW(af_var_all_v2(&real, &imag, in.get(), bias));
75 return {real, imag};
76}
77
78template<>
79AFAPI af_cfloat var(const array& in, const bool isbiased) {

Callers

nothing calls this directly

Calls 3

af_var_all_v2Function · 0.50
af_var_all_weightedFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected