Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ get_ndims
Method
get_ndims
src/utils/inc/brainflow_array.h:240–243 ·
view source on GitHub ↗
get ndims
Source
from the content-addressed store, hash-verified
238
239
/// get ndims
240
int get_ndims () const
241
{
242
return Dim;
243
}
244
245
/// get dims size
246
const std::array<int, Dim> &get_sizes () const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected