Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ nrow
Method
nrow
inst/include/Rcpp/vector/Matrix.h:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
return VECTOR::dims()[1];
96
}
97
inline int nrow() const {
98
return nrows ;
99
}
100
inline int cols() const {
101
return VECTOR::dims()[1];
102
}
Callers
9
MatrixRow
Method · 0.45
ConstMatrixRow
Method · 0.45
MatrixColumn
Method · 0.45
ConstMatrixColumn
Method · 0.45
Matrix
Method · 0.45
Matrix.h
File · 0.45
wrap_dispatch_matrix_logical
Function · 0.45
wrap_dispatch_matrix_primitive
Function · 0.45
wrap_dispatch_matrix_not_logical
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected