Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ lower_tri
Function
lower_tri
inst/include/Rcpp/sugar/matrix/lower_tri.h:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
61
template <int RTYPE, bool NA, typename T>
62
inline sugar::LowerTri<RTYPE, NA, T>
63
lower_tri(const Rcpp::MatrixBase<RTYPE, NA, T>& lhs, bool diag = false) {
64
return sugar::LowerTri<RTYPE, NA, T>(lhs, diag);
65
}
66
67
} // Rcpp
68
Callers
1
LowerTri
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected