MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / get_stride

Method get_stride

src/utils/inc/brainflow_array.h:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 }
266
267 int get_stride (int dim) const
268 {
269 return stride[dim];
270 }
271
272 /// get raw pointer
273 T *get_raw_ptr ()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected