MCPcopy 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
61template <int RTYPE, bool NA, typename T>
62inline sugar::UpperTri<RTYPE, NA, T>
63upper_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

UpperTriFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected