search for: which_max

Displaying 2 results from an estimated 2 matches for "which_max".

2012 Nov 14
0
Rcpp 0.10.0
...d to provide example packages using these new features in the near future. ===== New sugar functions ===== Rcpp sugar provides "syntactic sugar" familiar to R programmers at the C++ level, including a large number of vectorised functions. In this release, we added - which_min() and which_max() returning the index of the first object matching the condition - unique() and sort_unique() ===== New I/O facilities ===== The Rcpp::Rcout object now supports the std::flush manipulator, which calls R_FlushConsole. A new object Rcpp::Rcerr has been added with passes content for error mess...
2012 Nov 14
0
Rcpp 0.10.0
...d to provide example packages using these new features in the near future. ===== New sugar functions ===== Rcpp sugar provides "syntactic sugar" familiar to R programmers at the C++ level, including a large number of vectorised functions. In this release, we added - which_min() and which_max() returning the index of the first object matching the condition - unique() and sort_unique() ===== New I/O facilities ===== The Rcpp::Rcout object now supports the std::flush manipulator, which calls R_FlushConsole. A new object Rcpp::Rcerr has been added with passes content for error mess...