BufferND
open class BufferND<out T>(strides: Strides, buffer: Buffer<T>) : StructureND<T>
Content copied to clipboard
Represents StructureND over Buffer.
Parameters
T
the type of items.
strides
The strides to access elements of Buffer by linear indices.
buffer
The underlying buffer.
Constructors
Functions
getFeature
Link copied to clipboard
open override fun <F : StructureFeature> getFeature(type: KClass<out F>): F?
Content copied to clipboard
Properties
Inheritors
MutableBufferND
Link copied to clipboard
Sources
common source
Link copied to clipboard