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

LowerTriFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected