Package | Description |
---|---|
org.bytedeco.numpy | |
org.bytedeco.numpy.global |
Modifier and Type | Method and Description |
---|---|
NpyIter_IterNextFunc |
PyArrayMapIterObject.extra_op_next() |
NpyIter_IterNextFunc |
PyArrayMapIterObject.outer_next() |
NpyIter_IterNextFunc |
PyArrayMapIterObject.subspace_next() |
Modifier and Type | Method and Description |
---|---|
PyArrayMapIterObject |
PyArrayMapIterObject.extra_op_next(NpyIter_IterNextFunc setter) |
PyArrayMapIterObject |
PyArrayMapIterObject.outer_next(NpyIter_IterNextFunc setter) |
PyArrayMapIterObject |
PyArrayMapIterObject.subspace_next(NpyIter_IterNextFunc setter) |
Modifier and Type | Method and Description |
---|---|
static NpyIter_IterNextFunc |
numpy.NpyIter_GetIterNext(NpyIter arg0,
byte[] arg1) |
static NpyIter_IterNextFunc |
numpy.NpyIter_GetIterNext(NpyIter arg0,
ByteBuffer arg1) |
static NpyIter_IterNextFunc |
numpy.NpyIter_GetIterNext(NpyIter arg0,
BytePointer arg1) |
static NpyIter_IterNextFunc |
numpy.NpyIter_GetIterNext(NpyIter arg0,
PointerPointer arg1) |
Copyright © 2020. All rights reserved.