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

Method ncol

inst/include/Rcpp/vector/SubMatrix.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 inline R_xlen_t size() const { return ((R_xlen_t)ncol()) * nrow() ; }
42 inline R_xlen_t ncol() const { return nc ; }
43 inline R_xlen_t nrow() const { return nr ; }
44
45 inline Proxy operator()(int i, int j) const {

Callers 2

MatrixMethod · 0.45
SubMatrix.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected