Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
template <int RTYPE, bool NA, typename T>
82
sugar::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__dispatch
Method · 0.50
Matrix.h
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected