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

Function UpperTri

inst/tinytest/cpp/sugar.cpp:1261–1263  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1259
1260// [[Rcpp::export]]
1261LogicalMatrix UpperTri(NumericMatrix x, bool diag = false) {
1262 return upper_tri(x, diag);
1263}
1264
1265// [[Rcpp::export]]
1266LogicalMatrix LowerTri(NumericMatrix x, bool diag = false) {

Callers

nothing calls this directly

Calls 1

upper_triFunction · 0.85

Tested by

no test coverage detected