MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / meanComplex

Function meanComplex

inst/tinytest/cpp/sugar.cpp:769–769  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

767
768// [[Rcpp::export]]
769Rcomplex meanComplex(Rcpp::ComplexVector x) { return(Rcpp::mean(x)); }
770
771
772// 30 Oct 2015: cumprod, cummin, cummax

Callers

nothing calls this directly

Calls 1

meanFunction · 0.50

Tested by

no test coverage detected