Class PVectorMutable3D<T>

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

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