Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ get_line
Function
get_line
inst/include/Rcpp/sugar/matrix/tools.h:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
namespace internal{
27
28
inline int get_line( int index, int nr ){
29
return index % nr ;
30
}
31
32
inline int get_column( int index, int nr ){
33
int i = get_line( index, nr );
Callers
2
update_index
Method · 0.85
get_column
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected