Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ upper_tri
Function
upper_tri
inst/include/Rcpp/sugar/matrix/upper_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::UpperTri<RTYPE, NA, T>
63
upper_tri(const Rcpp::MatrixBase<RTYPE, NA, T>& lhs, bool diag = false) {
64
return sugar::UpperTri<RTYPE, NA, T>(lhs, diag);
65
}
66
67
} // Rcpp
68
Callers
1
UpperTri
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected