Class PVectorMutable4D<T>

java.lang.Object
com.io7m.jtensors.storage.heap.PVectorMutable4D<T>
Type Parameters:
T - A phantom type parameter
All Implemented Interfaces:
PVectorReadable2DType<T>, PVectorReadable3DType<T>, PVectorReadable4DType<T>, VectorReadable2DType, VectorReadable3DType, VectorReadable4DType, PVectorStorageFloating2Type<T>, PVectorStorageFloating3Type<T>, PVectorStorageFloating4Type<T>, VectorStorageFloating2Type, VectorStorageFloating3Type, VectorStorageFloating4Type, VectorStorageType

public final class PVectorMutable4D<T>
extends java.lang.Object
implements PVectorStorageFloating4Type<T>
A heap-based vector.