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

Function row

inst/include/Rcpp/sugar/matrix/row.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::Row<RTYPE,LHS_NA,LHS_T>
55row( const Rcpp::MatrixBase<RTYPE,LHS_NA,LHS_T>& lhs){
56 return sugar::Row<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