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

Function lgl_col_sums

inst/tinytest/cpp/sugar.cpp:1161–1163  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1159
1160// [[Rcpp::export]]
1161Rcpp::IntegerVector lgl_col_sums(Rcpp::LogicalMatrix x, bool na_rm = false) {
1162 return colSums(x, na_rm);
1163}
1164
1165// [[Rcpp::export]]
1166Rcpp::ComplexVector cx_col_sums(Rcpp::ComplexMatrix x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

colSumsFunction · 0.85

Tested by

no test coverage detected