Interface VectorByteBufferedIntegral4Type
- All Superinterfaces:
TensorByteBufferedType,VectorByteBufferedType,VectorReadable2LType,VectorReadable3LType,VectorReadable4LType,VectorStorageIntegral2Type,VectorStorageIntegral3Type,VectorStorageIntegral4Type,VectorStorageType
- All Known Implementing Classes:
VectorByteBufferedIntegral4s16,VectorByteBufferedIntegral4s32,VectorByteBufferedIntegral4s64,VectorByteBufferedIntegral4s8
public interface VectorByteBufferedIntegral4Type
extends VectorStorageIntegral4Type, VectorByteBufferedType
The type of byte buffer backed integral vectors.
-
Method Summary
Methods inherited from interface com.io7m.jtensors.storage.bytebuffered.TensorByteBufferedType
byteBuffer, byteOffset, offset, sizeBytesMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType
x, yMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType
zMethods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LType
wMethods inherited from interface com.io7m.jtensors.storage.api.unparameterized.vectors.VectorStorageIntegral2Type
setVector2I, setVector2L, setX, setXY, setYMethods inherited from interface com.io7m.jtensors.storage.api.unparameterized.vectors.VectorStorageIntegral3Type
setVector3I, setVector3L, setXYZ, setZMethods inherited from interface com.io7m.jtensors.storage.api.unparameterized.vectors.VectorStorageIntegral4Type
setVector4I, setVector4L, setW, setXYZW