@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(PointerPointer 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, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public PyUFunc_MaskedStridedInnerLoopFunc(Pointer p)
Pointer(Pointer)
.protected PyUFunc_MaskedStridedInnerLoopFunc()
public void call(@Cast(value="char**") PointerPointer 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 © 2024. All rights reserved.