Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ LowerTri
Function
LowerTri
inst/tinytest/cpp/sugar.cpp:1266–1268 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
1264
1265
// [[Rcpp::export]]
1266
LogicalMatrix LowerTri(NumericMatrix x, bool diag = false) {
1267
return lower_tri(x, diag);
1268
}
1269
1270
1271
// 22 April 2017: trimws
Callers
nothing calls this directly
Calls
1
lower_tri
Function · 0.85
Tested by
no test coverage detected