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

Function noNA

inst/include/Rcpp/sugar/nona/nona.h:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73template <int RTYPE, bool NA, typename VECTOR>
74inline sugar::Nona<RTYPE,NA,VECTOR> noNA( const Rcpp::VectorBase<RTYPE,NA,VECTOR>& vec ){
75 return sugar::Nona<RTYPE,NA,VECTOR>( vec ) ;
76}
77
78inline sugar::NonaPrimitive<double> noNA( double x ){
79 return sugar::NonaPrimitive<double>( x ) ;

Callers 2

runit_minusFunction · 0.85
convolve11cppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected