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