Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ col
Function
col
inst/include/Rcpp/sugar/matrix/col.h:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
template <int RTYPE, bool LHS_NA, typename LHS_T>
54
inline sugar::Col<RTYPE,LHS_NA,LHS_T>
55
col( const Rcpp::MatrixBase<RTYPE,LHS_NA,LHS_T>& lhs){
56
return sugar::Col<RTYPE,LHS_NA,LHS_T>( lhs ) ;
57
}
58
59
} // Rcpp
60
Callers
1
runit_row
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected