Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_clamp
Function
runit_clamp
inst/tinytest/cpp/sugar.cpp:715–717 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
713
714
// [[Rcpp::export]]
715
NumericVector runit_clamp( double a, NumericVector x, double b){
716
return clamp( a, x, b ) ;
717
}
718
719
// [[Rcpp::export]]
720
List vector_scalar_ops( NumericVector xx ){
Callers
nothing calls this directly
Calls
1
clamp
Function · 0.85
Tested by
no test coverage detected