MCPcopy Create free account
hub / github.com/numpy/numpy / NpyIter_GetNDim

Function NpyIter_GetNDim

numpy/core/src/multiarray/nditer_api.c:893–897  ·  view source on GitHub ↗

NUMPY_API * Gets the number of dimensions being iterated */

Source from the content-addressed store, hash-verified

891 * Gets the number of dimensions being iterated
892 */
893NPY_NO_EXPORT int
894NpyIter_GetNDim(NpyIter *iter)
895{
896 return NIT_NDIM(iter);
897}
898
899/*NUMPY_API
900 * Gets the number of operands being iterated

Callers 4

npyiter_shape_getFunction · 0.85
npyiter_multi_index_getFunction · 0.85
npyiter_multi_index_setFunction · 0.85
npyiter_ndim_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected