MCPcopy 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
53template <int RTYPE, bool LHS_NA, typename LHS_T>
54inline sugar::Col<RTYPE,LHS_NA,LHS_T>
55col( 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_rowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected