@Properties(inherit=numpy.class) public class PyUFunc_MaskedStridedInnerLoopFunc extends FunctionPointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier | Constructor and Description |
---|---|
protected |
PyUFunc_MaskedStridedInnerLoopFunc() |
|
PyUFunc_MaskedStridedInnerLoopFunc(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
call(BytePointer dataptrs,
SizeTPointer strides,
BytePointer maskptr,
long mask_stride,
long count,
NpyAuxData innerloopdata) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyUFunc_MaskedStridedInnerLoopFunc(Pointer p)
Pointer.Pointer(Pointer)
.protected PyUFunc_MaskedStridedInnerLoopFunc()
public void call(@Cast(value="char**") @ByPtrPtr BytePointer dataptrs, @Cast(value="npy_intp*") SizeTPointer strides, @Cast(value="char*") BytePointer maskptr, @Cast(value="npy_intp") long mask_stride, @Cast(value="npy_intp") long count, NpyAuxData innerloopdata)
Copyright © 2020. All rights reserved.