public class UInt64Buffer extends BaseCpuDataBuffer
DataBuffer.AllocationMode, DataBuffer.TypeEx
ptrDataBuffer
allocationMode, attached, constant, elementSize, indexer, length, offset, originalBuffer, originalOffset, parentWorkspace, pointer, referenced, released, TO_STRING_MAX_ELEMENTS, type, underlyingLength, workspaceGenerationId, wrappedDataBuffer
Constructor and Description |
---|
UInt64Buffer(ByteBuffer buffer,
DataType dataType,
long length,
long offset) |
UInt64Buffer(DataBuffer underlyingBuffer,
long length,
long offset) |
UInt64Buffer(double[] data) |
UInt64Buffer(double[] data,
boolean copyOnOps) |
UInt64Buffer(double[] data,
boolean copy,
long offset) |
UInt64Buffer(float[] data) |
UInt64Buffer(float[] floats,
boolean copy) |
UInt64Buffer(float[] data,
boolean copy,
long offset) |
UInt64Buffer(float[] data,
boolean copy,
long offset,
MemoryWorkspace workspace) |
UInt64Buffer(float[] floats,
boolean copy,
MemoryWorkspace workspace) |
UInt64Buffer(float[] data,
MemoryWorkspace workspace) |
UInt64Buffer(int[] data) |
UInt64Buffer(int[] data,
boolean copyOnOps) |
UInt64Buffer(int[] data,
boolean copy,
long offset) |
UInt64Buffer(int length,
int elementSize) |
UInt64Buffer(int length,
int elementSize,
long offset) |
UInt64Buffer(long length)
Create a float buffer with the given length
|
UInt64Buffer(long length,
boolean initialize) |
UInt64Buffer(long length,
boolean initialize,
MemoryWorkspace workspace) |
UInt64Buffer(org.bytedeco.javacpp.Pointer pointer,
org.bytedeco.javacpp.indexer.Indexer indexer,
long length)
Meant for creating another view of a buffer
|
Modifier and Type | Method and Description |
---|---|
DataBuffer |
create(double[] data)
Create the data buffer
with respect to the given byte buffer
|
DataBuffer |
create(float[] data)
Create the data buffer
with respect to the given byte buffer
|
DataBuffer |
create(int[] data)
Create the data buffer
with respect to the given byte buffer
|
protected DataBuffer |
create(long length)
Create with length
|
protected void |
initTypeAndSize()
Initialize the opType of this buffer
|
actualizePointerAndIndexer, addressPointer, deallocator, getDoubleUnsynced, getFloatUnsynced, getIntUnsynced, getLongUnsynced, getOpaqueDataBuffer, getUniqueId, pointerIndexerByCurrentType, reallocate, release, syncToPrimary, syncToSpecial, targetDevice
addReferencing, address, allocationMode, array, asBytes, asDouble, asFloat, asInt, asLong, asNio, asNioDouble, asNioFloat, asNioInt, asNioLong, assign, assign, assign, assign, assign, assign, assign, assign, assign, assign, capacity, close, closeable, copyAtStride, dataType, destroy, dirty, doReadObject, dup, equals, fillPointerWithZero, flush, fromFloat, getDouble, getDoublesAt, getDoublesAt, getElementSize, getFloat, getFloatsAt, getFloatsAt, getGenerationId, getInt, getIntsAt, getIntsAt, getLong, getLongsAt, getLongsAt, getNumber, getParentWorkspace, getShort, hashCode, indexer, isAttached, isConstant, isInScope, isPersist, length, markReleased, offset, originalDataBuffer, originalOffset, persist, pickReferent, platformAddress, pointer, put, put, put, put, put, putByDestinationType, read, read, readContent, readHeader, references, removeReferencing, sameUnderlyingData, setConstant, setData, setData, setData, setData, setData, setData, setData, setIndexer, setNioBuffer, toFloat, toString, underlyingDataBuffer, underlyingLength, unPersist, wasClosed, wrappedBuffer, write, write
public UInt64Buffer(org.bytedeco.javacpp.Pointer pointer, org.bytedeco.javacpp.indexer.Indexer indexer, long length)
pointer
- the underlying buffer to create a view fromindexer
- the indexer for the pointerlength
- the length of the viewpublic UInt64Buffer(long length)
length
- the float buffer with the given lengthpublic UInt64Buffer(ByteBuffer buffer, DataType dataType, long length, long offset)
public UInt64Buffer(long length, boolean initialize)
public UInt64Buffer(long length, boolean initialize, MemoryWorkspace workspace)
public UInt64Buffer(int length, int elementSize)
public UInt64Buffer(int length, int elementSize, long offset)
public UInt64Buffer(DataBuffer underlyingBuffer, long length, long offset)
public UInt64Buffer(float[] data)
public UInt64Buffer(float[] data, MemoryWorkspace workspace)
public UInt64Buffer(int[] data)
public UInt64Buffer(double[] data)
public UInt64Buffer(int[] data, boolean copyOnOps)
public UInt64Buffer(int[] data, boolean copy, long offset)
public UInt64Buffer(double[] data, boolean copyOnOps)
public UInt64Buffer(double[] data, boolean copy, long offset)
public UInt64Buffer(float[] floats, boolean copy)
public UInt64Buffer(float[] floats, boolean copy, MemoryWorkspace workspace)
public UInt64Buffer(float[] data, boolean copy, long offset)
public UInt64Buffer(float[] data, boolean copy, long offset, MemoryWorkspace workspace)
protected void initTypeAndSize()
initTypeAndSize
in class BaseDataBuffer
protected DataBuffer create(long length)
BaseDataBuffer
create
in class BaseDataBuffer
length
- a databuffer of the same opType as
this with the given lengthpublic DataBuffer create(double[] data)
BaseDataBuffer
create
in class BaseDataBuffer
data
- the buffer to createpublic DataBuffer create(float[] data)
BaseDataBuffer
create
in class BaseDataBuffer
data
- the buffer to createpublic DataBuffer create(int[] data)
BaseDataBuffer
create
in class BaseDataBuffer
data
- the buffer to createCopyright © 2020. All rights reserved.