MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / ncol

Method ncol

inst/include/Rcpp/vector/MatrixBase.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 inline R_xlen_t size() const { return static_cast<const MATRIX&>(*this).size() ; }
48 inline R_xlen_t nrow() const { return static_cast<const MATRIX&>(*this).nrow() ; }
49 inline R_xlen_t ncol() const { return static_cast<const MATRIX&>(*this).ncol() ; }
50
51 static MATRIX eye(int n) {
52 const bool enabled =

Callers 1

iteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected