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

Function min

inst/include/Rcpp/sugar/functions/min.h:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81template <int RTYPE, bool NA, typename T>
82sugar::Min<RTYPE,NA,T> min( const VectorBase<RTYPE,NA,T>& x){
83 return sugar::Min<RTYPE,NA,T>(x.get_ref()) ;
84}
85
86} // Rcpp
87

Callers 2

fill_diag__dispatchMethod · 0.50
Matrix.hFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected