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

Function character_matrix_indexing

inst/tinytest/cpp/Vector.cpp:472–478  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

470
471// [[Rcpp::export]]
472CharacterVector character_matrix_indexing( CharacterVector m ){
473 std::string trace;
474 for( size_t i=0 ; i<4; i++){
475 trace += m(i,i) ;
476 }
477 return wrap( trace ) ;
478}
479
480// [[Rcpp::export]]
481CharacterVector character_matrix_indexing_lhs( CharacterVector m ){

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.50

Tested by

no test coverage detected